commit | 8eec4563f152981a441693fc97c5459843dc5e6e | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Mon May 02 20:19:19 2022 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 13 17:24:18 2022 +0800 |
tree | 83cf01182006fa2da64cd83e8249f2532def1887 | |
parent | 4d867bebdc3afa97e00f9b64a21a3c51ce7feecf [diff] |
crypto: sun8i-ss - do not allocate memory when handling hash requests Instead of allocate memory on each requests, it is easier to pre-allocate buffers. This made error path easier. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>