]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - crypto/algif_aead.c
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()
authorEric Biggers <ebiggers@google.com>
Thu, 7 Dec 2017 18:56:34 +0000 (10:56 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Dec 2017 08:29:08 +0000 (19:29 +1100)
commit3a2d4fb51e5a96ab2a3846f9fe876750c8d14391
treed723a67dbacf17dc07c4bf575a543019e2a0cbfa
parentcadc9ab50350a24140612814109e826bb0e2ae37
crypto: null - Get rid of crypto_{get,put}_default_null_skcipher2()

Since commit 499a66e6b689 ("crypto: null - Remove default null
blkcipher"), crypto_get_default_null_skcipher2() and
crypto_put_default_null_skcipher2() are the same as their non-2
equivalents.  So switch callers of the "2" versions over to the original
versions and remove the "2" versions.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/aead.c
crypto/algif_aead.c
crypto/authenc.c
crypto/authencesn.c
crypto/gcm.c
include/crypto/null.h