aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ccm.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-02 19:59:00 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2020-01-09 11:30:56 +0800
commitaacd5b4cfb87306888eb9e3612cb90afbb2ecba5 (patch)
tree1929494b9df06b228d8ab8d9dc8cda32100961e0 /crypto/ccm.c
parentcrypto: chacha20poly1305 - use crypto_grab_ahash() and simplify error paths (diff)
downloadlinux-dev-aacd5b4cfb87306888eb9e3612cb90afbb2ecba5.tar.xz
linux-dev-aacd5b4cfb87306888eb9e3612cb90afbb2ecba5.zip
crypto: skcipher - use crypto_grab_cipher() and simplify error paths
Make skcipher_alloc_instance_simple() use the new function crypto_grab_cipher() to initialize its cipher spawn. This is needed to make all spawns be initialized in a consistent way. Also simplify the error handling by taking advantage of crypto_drop_*() now accepting (as a no-op) spawns that haven't been initialized yet, and by taking advantage of crypto_grab_*() now handling ERR_PTR() names. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions