linux/drivers/crypto/rockchip
Corentin Labbe 87e356c496 crypto: rockchip - do not store mode globally
Storing the mode globally does not work if 2 requests are handled in the
same time.
We should store it in a request context.

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 - do not do custom power management 2022-10-28 12:36:32 +08:00
rk3288_crypto_skcipher.c crypto: rockchip - do not store mode globally 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 - do not store mode globally 2022-10-28 12:36:33 +08:00