commit | 64d66793b76cd3db39137cf9fc7ebe9c2010931d | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Feb 25 20:59:14 2020 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 06 12:28:22 2020 +1100 |
tree | cbbb7583b9401a501d90b058b6284de4fa8b8aa8 | |
parent | d1dc4df1fe21df4f83b8aa7997310480df72eddc [diff] |
crypto: ccm - simplify error handling in crypto_rfc4309_create() Simplify the error handling in crypto_rfc4309_create() 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. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>