commit | 6017826b494008895632e092cc49c0bdb3019eab | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Sep 03 09:43:30 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Sep 09 17:35:38 2019 +1000 |
tree | b6509d8bfc0f466fb74b389e3d1f7d33add7fd97 | |
parent | 69b6f2e817e5bdb6d536241edaa11d7a67c64d00 [diff] |
crypto: skcipher - add the ability to abort a skcipher walk After starting a skcipher walk, the only way to ensure that all resources it has tied up are released is to complete it. In some cases, it will be useful to be able to abort a walk cleanly after it has started, so add this ability to the skcipher walk API. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>