]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - crypto/ccm.c
crypto: skcipher - Get rid of crypto_grab_skcipher2()
authorEric Biggers <ebiggers@google.com>
Fri, 28 Oct 2016 16:51:13 +0000 (09:51 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 1 Nov 2016 00:37:16 +0000 (08:37 +0800)
commita35528eca0977482b240c29cad5e1cf10e03a6a9
treeb1d970428b643dd9df59bc736e6efd55b7ffb9b6
parenta1fa98d8116fb4f8a5df91fb2267ce8d192f6875
crypto: skcipher - Get rid of crypto_grab_skcipher2()

Since commit 3a01d0ee2b99 ("crypto: skcipher - Remove top-level
givcipher interface"), crypto_grab_skcipher2() and
crypto_grab_skcipher() are equivalent.  So switch callers of
crypto_grab_skcipher2() to crypto_grab_skcipher() and remove it.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/authenc.c
crypto/authencesn.c
crypto/ccm.c
crypto/chacha20poly1305.c
crypto/ctr.c
crypto/cts.c
crypto/gcm.c
include/crypto/internal/skcipher.h