crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()
Since commit 499a66e6 ("crypto: null - Remove default null blkcipher"), crypto_get_default_null_skcipher2() and crypto_put_default_null_skcipher2() are the same as their non-2 equivalents. So switch callers of the "2" versions over to the original versions and remove the "2" versions. Signed-off-by:Eric Biggers <ebiggers@google.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- crypto/aead.c 3 additions, 3 deletionscrypto/aead.c
- crypto/algif_aead.c 2 additions, 2 deletionscrypto/algif_aead.c
- crypto/authenc.c 2 additions, 2 deletionscrypto/authenc.c
- crypto/authencesn.c 2 additions, 2 deletionscrypto/authencesn.c
- crypto/gcm.c 2 additions, 2 deletionscrypto/gcm.c
- include/crypto/null.h 0 additions, 10 deletionsinclude/crypto/null.h
Please register or sign in to comment