Skip to content
Snippets Groups Projects
Commit 84f5e221 authored by Radu Solea's avatar Radu Solea Committed by Jason Liu
Browse files

MA-9807: Fix ecb(aes) use without an IV


CAAM aes modes share descriptors, because of this CAAM requires an IV
for ECB. ECB does not need an IV and users do not have to pass valid
IV vectors. To allow correct usage with minimum impact to the driver a
zero IV is provided by the driver for ECB operations that need it.

Signed-off-by: default avatarRadu Solea <radu.solea@nxp.com>
parent 990db3f2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment