linux/drivers/crypto/rockchip
Ovidiu Panait cbc9f5bcfa crypto: rk3288 - use API helpers to setup fallback request
Rather than setting up the fallback request by hand, use
ahash_request_set_callback() and ahash_request_set_crypt() API helpers
to properly setup the new request.

This also ensures that the completion callback is properly passed down
to the fallback algorithm, which avoids a crash with async fallbacks.

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2025-04-16 15:16:21 +08:00
..
Makefile
rk3288_crypto.c crypto: drivers - Switch back to struct platform_driver::remove() 2024-10-19 08:44:30 +08:00
rk3288_crypto.h crypto: rk3288 - Use new crypto_engine_op interface 2023-08-18 17:01:11 +08:00
rk3288_crypto_ahash.c crypto: rk3288 - use API helpers to setup fallback request 2025-04-16 15:16:21 +08:00
rk3288_crypto_skcipher.c crypto: rk3288 - Use helper to set reqsize 2023-12-29 11:25:55 +08:00