summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-02-20 02:48:01 -0500
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-02 11:03:19 -0500
commit2a05cfc35f5e251479c4fa86538461c1e4139e46 (patch)
tree6d72236b392700ab985176646cafb2dcab0d36ee /crypto/Kconfig
parentf15f2a2542839adc45d5f216ddd9a895062707fe (diff)
crypto: x86/serpent-sse2 - remove LRW algorithm
The LRW template now wraps an ECB mode algorithm rather than the block cipher directly. Therefore it is now redundant for crypto modules to wrap their ECB code with generic LRW code themselves via lrw_crypt(). Remove the lrw-serpent-sse2 algorithm which did this. Users who request lrw(serpent) and previously would have gotten lrw-serpent-sse2 will now get lrw(ecb-serpent-sse2) instead, which is just as fast. Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 558eff07b799..ecc4e56e80ac 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1427,7 +1427,6 @@ config CRYPTO_SERPENT_SSE2_X86_64
1427 select CRYPTO_ABLK_HELPER 1427 select CRYPTO_ABLK_HELPER
1428 select CRYPTO_GLUE_HELPER_X86 1428 select CRYPTO_GLUE_HELPER_X86
1429 select CRYPTO_SERPENT 1429 select CRYPTO_SERPENT
1430 select CRYPTO_LRW
1431 select CRYPTO_XTS 1430 select CRYPTO_XTS
1432 help 1431 help
1433 Serpent cipher algorithm, by Anderson, Biham & Knudsen. 1432 Serpent cipher algorithm, by Anderson, Biham & Knudsen.
@@ -1449,7 +1448,6 @@ config CRYPTO_SERPENT_SSE2_586
1449 select CRYPTO_ABLK_HELPER 1448 select CRYPTO_ABLK_HELPER
1450 select CRYPTO_GLUE_HELPER_X86 1449 select CRYPTO_GLUE_HELPER_X86
1451 select CRYPTO_SERPENT 1450 select CRYPTO_SERPENT
1452 select CRYPTO_LRW
1453 select CRYPTO_XTS 1451 select CRYPTO_XTS
1454 help 1452 help
1455 Serpent cipher algorithm, by Anderson, Biham & Knudsen. 1453 Serpent cipher algorithm, by Anderson, Biham & Knudsen.