summaryrefslogtreecommitdiffstats
path: root/net/dcb
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-03 04:58:53 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2020-01-09 04:30:55 +0100
commit218c5035fe33df10823378353957f994d95c079b (patch)
treea89f1855b2e65edef9a9469f6e52faa47e935ee5 /net/dcb
parentcrypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths (diff)
downloadlinux-218c5035fe33df10823378353957f994d95c079b.tar.xz
linux-218c5035fe33df10823378353957f994d95c079b.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 'net/dcb')
0 files changed, 0 insertions, 0 deletions