linux/include/crypto/internal
Herbert Xu 3631c650c4 [CRYPTO] null: Add null blkcipher algorithm
This patch adds a null blkcipher algorithm called ecb(cipher_null) for
backwards compatibility.  Previously the null algorithm when used by
IPsec copied the data byte by byte.  This new algorithm optimises that
to a straight memcpy which lets us better measure inherent overheads in
our IPsec code.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2008-01-11 08:16:53 +11:00
..
aead.h [CRYPTO] aead: Create default givcipher instances 2008-01-11 08:16:52 +11:00
skcipher.h [CRYPTO] null: Add null blkcipher algorithm 2008-01-11 08:16:53 +11:00