VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Ard Biesheuvel <ardb@kernel.org> 2021-01-05 17:48:00 +0100 committer: Herbert Xu <herbert@gondor.apana.org.au> 2021-01-14 17:10:28 +1100 commit: 768db5fee3bb338174cd078878d3c4ff815a7fcf parent: 89b7ba5c8b9b20df043bc7b1d60065589f4103c3
Commit Summary:
crypto: x86/des - drop CTR mode implementation
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 606f94079f05..5e820a57d138 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1427,6 +1427,7 @@ config CRYPTO_DES3_EDE_X86_64
 	depends on X86 && 64BIT
 	select CRYPTO_SKCIPHER
 	select CRYPTO_LIB_DES
+	imply CRYPTO_CTR
 	help
 	  Triple DES EDE (FIPS 46-3) algorithm.