commit | 822be00fe67105a90e536df52d1e4d688f34b5b2 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Tue Mar 04 13:28:38 2014 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Mar 10 20:17:10 2014 +0800 |
tree | f7e4844d1c560c621af5cba54aa36ea57c257e83 | |
parent | d9e79726193346569af7953369a638ee2275ade5 [diff] |
crypto: remove direct blkcipher_walk dependency on transform In order to allow other uses of the blkcipher walk API than the blkcipher algos themselves, this patch copies some of the transform data members to the walk struct so the transform is only accessed at walk init time. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>