diff options
author | Eric Biggers <ebiggers@google.com> | 2020-01-03 04:58:52 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-01-09 04:30:55 +0100 |
commit | ba44840747bdd60095881830af0d75f0e5017c99 (patch) | |
tree | 09b30db12a6c937425a09777d918604b676bee5d /COPYING | |
parent | crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() (diff) | |
download | linux-ba44840747bdd60095881830af0d75f0e5017c99.tar.xz linux-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 'COPYING')
0 files changed, 0 insertions, 0 deletions