summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2018-02-19 23:48:05 -0800
committerHerbert Xu <herbert@gondor.apana.org.au>2018-03-03 00:03:21 +0800
commit340b83032634c37f10626be7388052583a9a4d95 (patch)
treea8deab0a0b404063b852c8177379d7fea123290f /crypto
parente5f382e643811dce87d0f47f87e8bd1102a0feb5 (diff)
downloadlinux-0-day-340b83032634c37f10626be7388052583a9a4d95.tar.gz
linux-0-day-340b83032634c37f10626be7388052583a9a4d95.tar.xz
crypto: x86/serpent-avx - 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-avx algorithm which did this. Users who request lrw(serpent) and previously would have gotten lrw-serpent-avx will now get lrw(ecb-serpent-avx) 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')
-rw-r--r--crypto/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index fc733a5aa47b8..65012ebec0ab9 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -1465,7 +1465,6 @@ config CRYPTO_SERPENT_AVX_X86_64
select CRYPTO_ABLK_HELPER
select CRYPTO_GLUE_HELPER_X86
select CRYPTO_SERPENT
- select CRYPTO_LRW
select CRYPTO_XTS
help
Serpent cipher algorithm, by Anderson, Biham & Knudsen.