]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - crypto/gcm.c
crypto: skcipher - Get rid of crypto_spawn_skcipher2()
authorEric Biggers <ebiggers@google.com>
Fri, 28 Oct 2016 16:52:19 +0000 (09:52 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 1 Nov 2016 00:37:17 +0000 (08:37 +0800)
commit60425a8bad3995ed06704f2561aace906a429358
tree52741725c132f903a4e1b43c633a3bd84c39dc23
parenta35528eca0977482b240c29cad5e1cf10e03a6a9
crypto: skcipher - Get rid of crypto_spawn_skcipher2()

Since commit 3a01d0ee2b99 ("crypto: skcipher - Remove top-level
givcipher interface"), crypto_spawn_skcipher2() and
crypto_spawn_skcipher() are equivalent.  So switch callers of
crypto_spawn_skcipher2() to crypto_spawn_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