commit | c35e523a8b6962012a589e4a41f56015c31a3397 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Mon May 02 20:19:21 2022 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 13 17:24:19 2022 +0800 |
tree | 4380a6a3866a4c8a852159e8e69a6d2a6f68ccdb | |
parent | db0c62bcd4809be50dc952bfade5adf4baf52023 [diff] |
crypto: sun8i-ss - handle requests if last block is not modulo 64 The current sun8i-ss handle only requests with all SG length being modulo 64. But the last SG could be always handled by copying it on the pad buffer. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>