crypto: skcipher - Move IV generators into their own modules
This patch moves the default IV generators into their own modules
in order to break a dependency loop between cryptomgr, rng, and
blkcipher.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/Makefile 2 additions, 2 deletionscrypto/Makefile
- crypto/blkcipher.c 0 additions, 29 deletionscrypto/blkcipher.c
- crypto/chainiv.c 8 additions, 2 deletionscrypto/chainiv.c
- crypto/eseqiv.c 8 additions, 2 deletionscrypto/eseqiv.c
- include/crypto/internal/skcipher.h 0 additions, 6 deletionsinclude/crypto/internal/skcipher.h
Please register or sign in to comment