diff options
author | Eric Biggers | 2020-01-02 19:58:52 -0800 |
---|---|---|
committer | Herbert Xu | 2020-01-09 11:30:55 +0800 |
commit | ba44840747bdd60095881830af0d75f0e5017c99 (patch) | |
tree | 09b30db12a6c937425a09777d918604b676bee5d /arch/h8300 | |
parent | 0764ac28763fdb533809090005956fcd3123fb60 (diff) |
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 'arch/h8300')
0 files changed, 0 insertions, 0 deletions