]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf47d18aa6a04ad104a58ddbf9b792fc1f234f83b
treeb1d970428b643dd9df59bc736e6efd55b7ffb9b6
parent65b41aec19e67a0baf8391400769a080f2a61ff8
crypto: skcipher - Get rid of crypto_grab_skcipher2()

Since commit 6d9831ec518a ("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