mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() 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:
|
||
---|---|---|
.. | ||
Makefile | ||
sun8i-ss-cipher.c | ||
sun8i-ss-core.c | ||
sun8i-ss-hash.c | ||
sun8i-ss-prng.c | ||
sun8i-ss.h |