linux/drivers/crypto/rockchip
Corentin Labbe d6b23ccef8 crypto: rockchip - better handle cipher key
The key should not be set in hardware too much in advance, this will
fail it 2 TFM with different keys generate alternative requests.
The key should be stored and used just before doing cipher operations.

Fixes: ce0183cb64 ("crypto: rockchip - switch to skcipher API")
Reviewed-by: John Keeping <john@metanate.com>
Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2022-10-28 12:36:33 +08:00
..
Makefile crypto: rockchip - switch to skcipher API 2019-11-17 09:02:48 +08:00
rk3288_crypto_ahash.c crypto: rockchip - add fallback for ahash 2022-10-28 12:36:33 +08:00
rk3288_crypto_skcipher.c crypto: rockchip - better handle cipher key 2022-10-28 12:36:33 +08:00
rk3288_crypto.c crypto: rockchip - do not do custom power management 2022-10-28 12:36:32 +08:00
rk3288_crypto.h crypto: rockchip - better handle cipher key 2022-10-28 12:36:33 +08:00