Home
last modified time | relevance | path

Searched hist:d29ce988aeb459203c74f14747f4f77e1829ef78 (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/internal/
H A Daead.hdiff 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 Daead.cdiff 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 Dcrypto.hdiff 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>