On 5/16/2019 5:24 PM, Sascha Hauer wrote: > 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.ha...@pengutronix.de> Reviewed-by: Horia Geantă <horia.gea...@nxp.com>
Thanks, Horia