[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>
Showing
- crypto/Makefile 2 additions, 2 deletionscrypto/Makefile
- crypto/ablkcipher.c 0 additions, 3 deletionscrypto/ablkcipher.c
- crypto/blkcipher.c 29 additions, 0 deletionscrypto/blkcipher.c
- crypto/chainiv.c 4 additions, 8 deletionscrypto/chainiv.c
- crypto/eseqiv.c 4 additions, 8 deletionscrypto/eseqiv.c
- include/crypto/internal/skcipher.h 6 additions, 0 deletionsinclude/crypto/internal/skcipher.h
Loading
Please register or sign in to comment