crypto: skcipher - Remove top-level givcipher interface
This patch removes the old crypto_grab_skcipher helper and replaces
it with crypto_grab_skcipher2.
As this is the final entry point into givcipher this patch also
removes all traces of the top-level givcipher interface, including
all implicit IV generators such as chainiv.
The bottom-level givcipher interface remains until the drivers
using it are converted.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/Makefile 0 additions, 2 deletionscrypto/Makefile
- crypto/ablkcipher.c 0 additions, 222 deletionscrypto/ablkcipher.c
- crypto/blkcipher.c 0 additions, 185 deletionscrypto/blkcipher.c
- crypto/chainiv.c 0 additions, 317 deletionscrypto/chainiv.c
- crypto/eseqiv.c 0 additions, 242 deletionscrypto/eseqiv.c
- crypto/seqiv.c 4 additions, 158 deletionscrypto/seqiv.c
- crypto/skcipher.c 2 additions, 2 deletionscrypto/skcipher.c
- include/crypto/internal/skcipher.h 12 additions, 51 deletionsinclude/crypto/internal/skcipher.h
- include/crypto/skcipher.h 0 additions, 76 deletionsinclude/crypto/skcipher.h
- include/linux/crypto.h 0 additions, 19 deletionsinclude/linux/crypto.h
Loading
Please register or sign in to comment