linux/drivers/crypto/allwinner/sun8i-ss
Corentin Labbe 2dfc7cd74a crypto: sun8i-ss - do not use sg_dma_len before calling DMA functions
When testing sun8i-ss with multi_v7_defconfig, all CBC algorithm fail crypto
selftests.
This is strange since on sunxi_defconfig, everything was ok.
The problem was in the IV setup loop which never run because sg_dma_len
was 0.

Fixes: 359e893e8a ("crypto: sun8i-ss - rework handling of IV")
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-04-28 19:45:26 +08:00
..
Makefile
sun8i-ss-cipher.c crypto: sun8i-ss - do not use sg_dma_len before calling DMA functions 2025-04-28 19:45:26 +08:00
sun8i-ss-core.c crypto: drivers - Switch back to struct platform_driver::remove() 2024-10-19 08:44:30 +08:00
sun8i-ss-hash.c crypto: sun8i-ss - use API helpers to setup fallback request 2025-04-17 10:41:47 +08:00
sun8i-ss-prng.c crypto: update some Arm documentation references 2023-06-13 03:47:38 -06:00
sun8i-ss.h crypto: sun8i-ss - Use new crypto_engine_op interface 2023-08-18 17:01:10 +08:00