]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4be006be77038d2903728e6fc467c93f41459b2b
treed1c060e2b0b2b6b5489a0fdaf93c90510cec9345
parent0d92a90c702aa53b2cb3e6ccc6ae45c2f8308d6f
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