Kconfig (ffaf9156320a077ebf9c5b9a5cf987689dc1a6b3) | Kconfig (30a04008827b58c4aafbd1d6a27d6b6ed239e993) |
---|---|
1# 2# Generic algorithms support 3# 4config XOR_BLOCKS 5 tristate 6 7# 8# async_tx api: hardware offloaded memory transfer/transform support --- 932 unchanged lines hidden (view full) --- 941 See also: 942 <http://www.schneier.com/twofish.html> 943 944config CRYPTO_TWOFISH_AVX_X86_64 945 tristate "Twofish cipher algorithm (x86_64/AVX)" 946 depends on X86 && 64BIT 947 select CRYPTO_ALGAPI 948 select CRYPTO_CRYPTD | 1# 2# Generic algorithms support 3# 4config XOR_BLOCKS 5 tristate 6 7# 8# async_tx api: hardware offloaded memory transfer/transform support --- 932 unchanged lines hidden (view full) --- 941 See also: 942 <http://www.schneier.com/twofish.html> 943 944config CRYPTO_TWOFISH_AVX_X86_64 945 tristate "Twofish cipher algorithm (x86_64/AVX)" 946 depends on X86 && 64BIT 947 select CRYPTO_ALGAPI 948 select CRYPTO_CRYPTD |
949 select CRYPTO_ABLK_HELPER_X86 |
|
949 select CRYPTO_TWOFISH_COMMON 950 select CRYPTO_TWOFISH_X86_64 951 select CRYPTO_TWOFISH_X86_64_3WAY 952 select CRYPTO_LRW 953 select CRYPTO_XTS 954 help 955 Twofish cipher algorithm (x86_64/AVX). 956 --- 78 unchanged lines hidden --- | 950 select CRYPTO_TWOFISH_COMMON 951 select CRYPTO_TWOFISH_X86_64 952 select CRYPTO_TWOFISH_X86_64_3WAY 953 select CRYPTO_LRW 954 select CRYPTO_XTS 955 help 956 Twofish cipher algorithm (x86_64/AVX). 957 --- 78 unchanged lines hidden --- |