diff options
author | Lionel Debieve <lionel.debieve@st.com> | 2019-04-24 15:34:51 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-05-03 08:03:29 +0200 |
commit | 7ee27f5a3f8020124017624c010e9a8473bfbb14 (patch) | |
tree | b060ae698a5614e8c8ae210e1c439c8ca66707be /drivers/crypto/stm32/Kconfig | |
parent | crypto: atmel - remove set but not used variable 'alg_name' (diff) | |
download | linux-7ee27f5a3f8020124017624c010e9a8473bfbb14.tar.xz linux-7ee27f5a3f8020124017624c010e9a8473bfbb14.zip |
crypto: stm32/cryp - add weak key check for DES
Add weak key test for des functions calling the generic
des_ekey.
Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/stm32/Kconfig')
-rw-r--r-- | drivers/crypto/stm32/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/stm32/Kconfig b/drivers/crypto/stm32/Kconfig index 63aa78c0b12b..4491e2197d9f 100644 --- a/drivers/crypto/stm32/Kconfig +++ b/drivers/crypto/stm32/Kconfig @@ -24,6 +24,7 @@ config CRYPTO_DEV_STM32_CRYP depends on ARCH_STM32 select CRYPTO_HASH select CRYPTO_ENGINE + select CRYPTO_DES help This enables support for the CRYP (AES/DES/TDES) hw accelerator which can be found on STMicroelectronics STM32 SOC. |