summaryrefslogtreecommitdiff
path: root/crypto/hmac.c
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-02 19:58:53 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2020-01-09 11:30:55 +0800
commit137c4268a2b5740c91d0bb5dbf21f20735fe0d21 (patch)
tree3513bd62981d3b5f71c7d8b9ef4d01729be3a06b /crypto/hmac.c
parent4f272da0a196421f17bef19ef01272911d1d6fef (diff)
downloadlinux-crypto-137c4268a2b5740c91d0bb5dbf21f20735fe0d21.tar.gz
linux-crypto-137c4268a2b5740c91d0bb5dbf21f20735fe0d21.zip
crypto: cryptd - use crypto_grab_shash() and simplify error paths
Make the cryptd template (in the hash case) use the new function crypto_grab_shash() to initialize its shash spawn. This is needed to make all spawns be initialized in a consistent way. This required making cryptd_create_hash() allocate the instance directly rather than use cryptd_alloc_instance(). 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