commit | a108dfcff8441193565bb78c4a15bf344ce9b17e | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Tue Feb 25 20:59:16 2020 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 06 12:28:22 2020 +1100 |
tree | c11c2a5a09d222dd546ef1df1ee2a84b0dbde0e6 | |
parent | b8c0d74a70273cea5724073370fb8ffec9783d20 [diff] |
crypto: ctr - simplify error handling in crypto_rfc3686_create() Simplify the error handling in crypto_rfc3686_create() by taking advantage of crypto_grab_skcipher() now handling an ERR_PTR() name and by taking advantage of crypto_drop_skcipher() 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>