commit | 359e893e8af456be2fefabe851716237df289cbf | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Mon May 02 20:19:14 2022 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 13 17:24:18 2022 +0800 |
tree | ab96f7c79bb915d1f0b4da18738b478a37fc7fbf | |
parent | 22d03a0aad0ecf5ab871a83493f593e2127961a1 [diff] |
crypto: sun8i-ss - rework handling of IV sun8i-ss fail handling IVs when doing decryption of multiple SGs in-place. It should backup the last block of each SG source for using it later as IVs. In the same time remove allocation on requests path for storing all IVs. Fixes: f08fcced6d00 ("crypto: allwinner - Add sun8i-ss cryptographic offloader") Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>