android_kernel_xiaomi_sdm845/include/crypto/internal
Herbert Xu d29ce988ae [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: Herbert Xu <herbert@gondor.apana.org.au>
2008-01-11 08:16:52 +11:00
..
aead.h [CRYPTO] aead: Create default givcipher instances 2008-01-11 08:16:52 +11:00
skcipher.h [CRYPTO] skcipher: Create default givcipher instances 2008-01-11 08:16:46 +11:00