crypto: caam - print debugging hex dumps after unmapping
authorSascha Hauer <s.hauer@pengutronix.de>
Thu, 16 May 2019 14:24:42 +0000 (16:24 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 23 May 2019 06:13:09 +0000 (14:13 +0800)
commitbb992bc418e12d4658d39e037f610e0d03940d86
tree645109f35310e2b6b4a06f0d22a1c741b422dcac
parent3e03e792865ae48b8cfc69a0b4d65f02f467389f
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>
drivers/crypto/caam/caamalg.c