commit | 07b24c7c08bdc2d36de10881a17145426f47742b | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Feb 25 20:59:22 2020 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 06 12:28:24 2020 +1100 |
tree | aacd4b77d79ee974159ef97bd846cf721a521cd0 | |
parent | d57063103332b95eac9c118900f35700a491da08 [diff] |
crypto: pcrypt - simplify error handling in pcrypt_create_aead() Simplify the error handling in pcrypt_create_aead() by taking advantage of crypto_grab_aead() now handling an ERR_PTR() name and by taking advantage of crypto_drop_aead() now accepting (as a no-op) a spawn that hasn't been grabbed yet. This required also making padata_free_shell() accept a NULL argument. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>