commit | 4f7f1d7cff8f2c170ce0319eb4c01a82c328d34f | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Mar 04 13:28:39 2014 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Mar 10 20:17:11 2014 +0800 |
tree | d894dab0c42e11d7159d56b3949e96fdba91fadb | |
parent | 822be00fe67105a90e536df52d1e4d688f34b5b2 [diff] |
crypto: allow blkcipher walks over AEAD data This adds the function blkcipher_aead_walk_virt_block, which allows the caller to use the blkcipher walk API to handle the input and output scatterlists. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>