aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/amcc/crypto4xx_core.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-05-16 16:24:42 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2019-05-23 14:13:09 +0800
commitbb992bc418e12d4658d39e037f610e0d03940d86 (patch)
tree645109f35310e2b6b4a06f0d22a1c741b422dcac /drivers/crypto/amcc/crypto4xx_core.c
parentcrypto: talitos - fix skcipher failure due to wrong output IV (diff)
downloadlinux-dev-bb992bc418e12d4658d39e037f610e0d03940d86.tar.xz
linux-dev-bb992bc418e12d4658d39e037f610e0d03940d86.zip
crypto: caam - print debugging hex dumps after unmapping
For encryption the destination pointer was still mapped, so the hex dump may be wrong. The IV still contained the input IV while printing instead of the output IV as intended. For decryption the destination pointer was still mapped, so the hex dump may be wrong. The IV dump was correct. Do the hex dumps consistenly after the buffers have been unmapped and in case of IV copied to their final destination. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions