1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/crypto/allwinner/sun8i-ss
Corentin Labbe 881fc7fba6 crypto: sun8i-ss - really disable hash on A80
When adding hashes support to sun8i-ss, I have added them only on A83T.
But I forgot that 0 is a valid algorithm ID, so hashes are enabled on A80 but
with an incorrect ID.
Anyway, even with correct IDs, hashes do not work on A80 and I cannot
find why.
So let's disable all of them on A80.

Fixes: d9b45418a9 ("crypto: sun8i-ss - support hash algorithms")
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2022-01-31 11:21:42 +11:00
..
Makefile crypto: sun8i-ss - support hash algorithms 2020-09-25 17:48:17 +10:00
sun8i-ss-cipher.c crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails 2021-04-16 21:16:32 +10:00
sun8i-ss-core.c crypto: sun8i-ss - really disable hash on A80 2022-01-31 11:21:42 +11:00
sun8i-ss-hash.c crypto: sun8i-ss - Fix memory leak of pad 2021-04-09 17:45:13 +10:00
sun8i-ss-prng.c crypto: sun8i-ss - Use kfree_sensitive 2021-07-30 10:58:35 +08:00
sun8i-ss.h crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00