]> 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)
commit94c7c0093d51b4147b040e588bac959d036c6584
treed1c060e2b0b2b6b5489a0fdaf93c90510cec9345
parent4e535ea2b39bca738b8f0e1c308a59e891e78f2a
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