aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2020-01-02 19:58:52 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2020-01-09 11:30:55 +0800
commitba44840747bdd60095881830af0d75f0e5017c99 (patch)
tree09b30db12a6c937425a09777d918604b676bee5d /include
parentcrypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() (diff)
downloadlinux-dev-ba44840747bdd60095881830af0d75f0e5017c99.tar.xz
linux-dev-ba44840747bdd60095881830af0d75f0e5017c99.zip
crypto: adiantum - use crypto_grab_{cipher,shash} and simplify error paths
Make the adiantum template use the new functions crypto_grab_cipher() and crypto_grab_shash() to initialize its cipher and shash spawns. 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 'include')
0 files changed, 0 insertions, 0 deletions