summaryrefslogtreecommitdiff
path: root/crypto/ccm.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-02 19:58:57 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2020-01-09 11:30:56 +0800
commiteb9b034c12d43c6847f480c4fdd463aa7a5bf417 (patch)
tree009a15bca2611f3a23cc5b1fd52669aa214bc87a /crypto/ccm.c
parentffc792008e51c68669524aada3932d6dd53e3641 (diff)
downloadlinux-crypto-eb9b034c12d43c6847f480c4fdd463aa7a5bf417.tar.gz
linux-crypto-eb9b034c12d43c6847f480c4fdd463aa7a5bf417.zip
crypto: gcm - use crypto_grab_ahash() and simplify error paths
Make the gcm and gcm_base templates use the new function crypto_grab_ahash() to initialize their ahash 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. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ccm.c')
0 files changed, 0 insertions, 0 deletions