Skip to content
Commit aedb30dc authored by Herbert Xu's avatar Herbert Xu
Browse files

[CRYPTO] aead: Allow algorithms with no givcrypt support



Some algorithms always require manual IV construction.  For instance,
the generic CCM algorithm requires the first byte of the IV to be manually
constructed.  Such algorithms are always used by other algorithms equipped
with their own IV generators and do not need IV generation per se.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 3a282bd2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment