diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2022-09-27 07:54:48 +0000 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2022-10-28 12:36:33 +0800 |
commit | 57d67c6e8219b2a034c16d6149e30fb40fd39935 (patch) | |
tree | a17b46ba6790411d6a317ada7274262869457391 /drivers/crypto/Kconfig | |
parent | bb3c7b73363c9a149b12b74c44ae94b73a8fddf8 (diff) | |
download | linux-57d67c6e8219b2a034c16d6149e30fb40fd39935.tar.gz linux-57d67c6e8219b2a034c16d6149e30fb40fd39935.tar.bz2 linux-57d67c6e8219b2a034c16d6149e30fb40fd39935.zip |
crypto: rockchip - rework by using crypto_engine
Instead of doing manual queue management, let's use the crypto/engine
for that.
In the same time, rework the requests handling to be easier to
understand (and fix all bugs related to them).
Fixes: ce0183cb6464b ("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>
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 113b35f69598..c30b5a39c2ac 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig @@ -674,6 +674,7 @@ config CRYPTO_DEV_ROCKCHIP select CRYPTO_CBC select CRYPTO_DES select CRYPTO_AES + select CRYPTO_ENGINE select CRYPTO_LIB_DES select CRYPTO_MD5 select CRYPTO_SHA1 |