summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>2012-06-18 14:07:39 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2012-06-27 14:42:02 +0800
commitadbc6db25cb5f6fe5c1122e74b1a19a63545ea8a (patch)
tree6fbce26baad4c2e1f3e63a207a3dca721b1a0d83 /crypto
parent21e75313fcf882a71be76548b18aee79e8794fbf (diff)
downloadlinux-crypto-adbc6db25cb5f6fe5c1122e74b1a19a63545ea8a.tar.gz
linux-crypto-adbc6db25cb5f6fe5c1122e74b1a19a63545ea8a.zip
crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helper
Now that shared glue code is available, convert twofish-avx to use it. Cc: Johannes Goetzfried <Johannes.Goetzfried@informatik.stud.uni-erlangen.de> Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index fc559caa..02e30377 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -958,6 +958,7 @@ config CRYPTO_TWOFISH_AVX_X86_64
select CRYPTO_ALGAPI
select CRYPTO_CRYPTD
select CRYPTO_ABLK_HELPER_X86
+ select CRYPTO_GLUE_HELPER_X86
select CRYPTO_TWOFISH_COMMON
select CRYPTO_TWOFISH_X86_64
select CRYPTO_TWOFISH_X86_64_3WAY