commit | 0a877e354a2c09435c8aea3fd2188cdef3c149f7 | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Fri Apr 12 21:23:52 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Apr 18 22:15:04 2019 +0800 |
tree | 223f992c09f539e5d109f75e79cabd81587a2f14 | |
parent | 8c3fffe3993b06dd1955a79bd2f0f3b143d259b3 [diff] |
crypto: cryptd - remove ability to instantiate ablkciphers Remove cryptd_alloc_ablkcipher() and the ability of cryptd to create algorithms with the deprecated "ablkcipher" type. This has been unused since commit 0e145b477dea ("crypto: ablk_helper - remove ablk_helper"). Instead, cryptd_alloc_skcipher() is used. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>