commit | 76fc60a2e3c6aa6e98cd3a5cb81a1855c637b274 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 23 11:12:06 2008 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 23 11:12:06 2008 +0800 |
tree | ab29e31b06045971853ff58bb6fabd6d40fd23c8 | |
parent | c8620c2590f43eff864fe597fcbe5b72ab7a7b94 [diff] |
[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>