Searched refs:TWOFISH_PARALLEL_BLOCKS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dtwofish_avx_glue.c48 #define TWOFISH_PARALLEL_BLOCKS 8 macro
87 .fpu_blocks_limit = TWOFISH_PARALLEL_BLOCKS,
90 .num_blocks = TWOFISH_PARALLEL_BLOCKS,
103 .fpu_blocks_limit = TWOFISH_PARALLEL_BLOCKS,
106 .num_blocks = TWOFISH_PARALLEL_BLOCKS,
119 .fpu_blocks_limit = TWOFISH_PARALLEL_BLOCKS,
122 .num_blocks = TWOFISH_PARALLEL_BLOCKS,
132 .fpu_blocks_limit = TWOFISH_PARALLEL_BLOCKS,
135 .num_blocks = TWOFISH_PARALLEL_BLOCKS,
148 .fpu_blocks_limit = TWOFISH_PARALLEL_BLOCKS,
151 .num_blocks = TWOFISH_PARALLEL_BLOCKS,
164 .fpu_blocks_limit = TWOFISH_PARALLEL_BLOCKS,
167 .num_blocks = TWOFISH_PARALLEL_BLOCKS,
209 return glue_fpu_begin(TF_BLOCK_SIZE, TWOFISH_PARALLEL_BLOCKS, NULL, twofish_fpu_begin()
231 if (nbytes == bsize * TWOFISH_PARALLEL_BLOCKS) { encrypt_callback()
253 if (nbytes == bsize * TWOFISH_PARALLEL_BLOCKS) { decrypt_callback()
271 be128 buf[TWOFISH_PARALLEL_BLOCKS]; lrw_encrypt()
297 be128 buf[TWOFISH_PARALLEL_BLOCKS]; lrw_decrypt()

Completed in 69 milliseconds