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

[CRYPTO] aead: Create default givcipher instances



This patch makes crypto_alloc_aead always return algorithms that is
capable of generating their own IVs through givencrypt and givdecrypt.
All existing AEAD algorithms already do.  New ones must either supply
their own or specify a generic IV generator with the geniv field.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 14df4d80
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