Lines Matching defs:twofish
9 obj-$(CONFIG_CRYPTO_TWOFISH_586) += twofish-i586.o
10 twofish-i586-y := twofish-i586-asm_32.o twofish_glue.o
11 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64) += twofish-x86_64.o
12 twofish-x86_64-y := twofish-x86_64-asm_64.o twofish_glue.o
13 obj-$(CONFIG_CRYPTO_TWOFISH_X86_64_3WAY) += twofish-x86_64-3way.o
14 twofish-x86_64-3way-y := twofish-x86_64-asm_64-3way.o twofish_glue_3way.o
15 obj-$(CONFIG_CRYPTO_TWOFISH_AVX_X86_64) += twofish-avx-x86_64.o
16 twofish-avx-x86_64-y := twofish-avx-x86_64-asm_64.o twofish_avx_glue.o