commit | cec0cb8a28f9060367099beeafd0dbdb76fdfae2 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Oct 25 12:41:10 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 01 13:38:32 2019 +0800 |
tree | 71d6b660a510dbf19dfd629200f865a5abc25ab1 | |
parent | d3ca75a8b3d77f2788e6c119ea7c3e3a1ab1e1ca [diff] |
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>