commit | 22d03a0aad0ecf5ab871a83493f593e2127961a1 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Mon May 02 20:19:13 2022 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 13 17:24:17 2022 +0800 |
tree | d98e1c6cd196921f65f7c14f43ec38f034e52df5 | |
parent | 22f7c2f8cfdac70a4414b66ce6ffa270fcd15aa7 [diff] |
crypto: sun4i-ss - do not allocate backup IV on requests Instead of allocate memory on each requests, it is easier to pre-allocate buffer for backup IV. This made error path easier. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>