Searched hist:d29ce988aeb459203c74f14747f4f77e1829ef78 (Results 1 – 3 of 3) sorted by relevance
/linux/include/crypto/internal/ |
H A D | aead.h | diff d29ce988aeb459203c74f14747f4f77e1829ef78 Wed Dec 12 12:24:27 CET 2007 Herbert Xu <herbert@gondor.apana.org.au> [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>
|
/linux/crypto/ |
H A D | aead.c | diff d29ce988aeb459203c74f14747f4f77e1829ef78 Wed Dec 12 12:24:27 CET 2007 Herbert Xu <herbert@gondor.apana.org.au> [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>
|
/linux/include/linux/ |
H A D | crypto.h | diff d29ce988aeb459203c74f14747f4f77e1829ef78 Wed Dec 12 12:24:27 CET 2007 Herbert Xu <herbert@gondor.apana.org.au> [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>
|