Home
last modified time | relevance | path

Searched hist:"4 ec8977b921fd9d512701e009ce8082cb94b5c1c" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.cdiff 4ec8977b921fd9d512701e009ce8082cb94b5c1c Mon Dec 14 21:02:29 CET 2020 Corentin Labbe <clabbe@baylibre.com> crypto: sun4i-ss - initialize need_fallback

The need_fallback is never initialized and seem to be always true at runtime.
So all hardware operations are always bypassed.

Fixes: 0ae1f46c55f87 ("crypto: sun4i-ss - fallback when length is not multiple of blocksize")
Cc: <stable@vger.kernel.org>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>