crypto: ablkcipher - remove deprecated and unused ablkcipher support
authorArd Biesheuvel <ardb@kernel.org>
Sat, 9 Nov 2019 17:09:53 +0000 (18:09 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:49 +0000 (09:02 +0800)
commitd63007eb954e425f45766482813738f41db9af45
treed1c060e2b0b2b6b5489a0fdaf93c90510cec9345
parent809abaefa4d25a46bfa35e595049f23f3e35e4e6
crypto: ablkcipher - remove deprecated and unused ablkcipher support

Now that all users of the deprecated ablkcipher interface have been
moved to the skcipher interface, ablkcipher is no longer used and
can be removed.

Reviewed-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
16 files changed:
Documentation/crypto/api-skcipher.rst
Documentation/crypto/architecture.rst
Documentation/crypto/crypto_engine.rst
crypto/Makefile
crypto/ablkcipher.c [deleted file]
crypto/algapi.c
crypto/crypto_engine.c
crypto/skcipher.c
include/crypto/aead.h
include/crypto/algapi.h
include/crypto/engine.h
include/crypto/hash.h
include/crypto/internal/des.h
include/crypto/internal/skcipher.h
include/crypto/skcipher.h
include/linux/crypto.h