crypto: skcipher - remove crypto_has_ablkcipher()
authorEric Biggers <ebiggers@google.com>
Fri, 25 Oct 2019 19:41:10 +0000 (12:41 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Nov 2019 05:38:32 +0000 (13:38 +0800)
commitcec0cb8a28f9060367099beeafd0dbdb76fdfae2
tree71d6b660a510dbf19dfd629200f865a5abc25ab1
parentd3ca75a8b3d77f2788e6c119ea7c3e3a1ab1e1ca
crypto: skcipher - remove crypto_has_ablkcipher()

crypto_has_ablkcipher() has no users, and it does the same thing as
crypto_has_skcipher() anyway.  So remove it.  This also removes the last
user of crypto_skcipher_type() and crypto_skcipher_mask(), so remove
those too.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Documentation/crypto/api-skcipher.rst
include/linux/crypto.h