commit | 42a01af3f13f09656af1f97d58e98415242eef45 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Mon May 02 20:19:29 2022 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 13 17:24:48 2022 +0800 |
tree | 6fdfa44fe1fc2a6bbd570808b5147b75e84841e8 | |
parent | aff388f7874653aea0b8087cfedec52336d2066a [diff] |
crypto: sun8i-ce - do not fallback if cryptlen is less than sg length The sg length could be more than remaining data on it. So check the length requirement against the minimum between those two values. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>