mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 12:00:22 +09:00
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>
(cherry picked from commit 822be00fe6)
Signed-off-by: Mark Brown <broonie@linaro.org>