Home
last modified time | relevance | path

Searched hist:b756f1c8fc9d84e3f546d7ffe056c5352f4aab05 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.cdiff b756f1c8fc9d84e3f546d7ffe056c5352f4aab05 Mon Dec 14 21:02:27 CET 2020 Corentin Labbe <clabbe@baylibre.com> crypto: sun4i-ss - IV register does not work on A10 and A13

Allwinner A10 and A13 SoC have a version of the SS which produce
invalid IV in IVx register.

Instead of adding a variant for those, let's convert SS to produce IV
directly from data.
Fixes: 6298e948215f2 ("crypto: sunxi-ss - Add Allwinner Security System crypto accelerator")
Cc: <stable@vger.kernel.org>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>