]> git.baikalelectronics.ru Git - kernel.git/commit
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 23 Feb 2008 03:12:06 +0000 (11:12 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 23 Feb 2008 03:12:06 +0000 (11:12 +0800)
commit2a315701cf05c80e482d63b062c9821bd8d9e326
treeab29e31b06045971853ff58bb6fabd6d40fd23c8
parentf4c1a1ddc30adcf6eb5f04f045bb45e2fc689f43
[CRYPTO] skcipher: Move chainiv/seqiv into crypto_blkcipher module

For compatibility with dm-crypt initramfs setups it is useful to merge
chainiv/seqiv into the crypto_blkcipher module.  Since they're required
by most algorithms anyway this is an acceptable trade-off.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile
crypto/ablkcipher.c
crypto/blkcipher.c
crypto/chainiv.c
crypto/eseqiv.c
include/crypto/internal/skcipher.h