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

[CRYPTO] aead: Add aead_geniv_alloc/aead_geniv_free



This patch creates the infrastructure to help the construction of IV
generator templates that wrap around AEAD algorithms by adding an IV
generator to them.  This is useful for AEAD algorithms with no built-in
IV generator or to replace their built-in generator.

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