Searched refs:SERPENT_PARALLEL_BLOCKS (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | serpent_sse2_glue.c | 51 u128 ivs[SERPENT_PARALLEL_BLOCKS - 1]; in serpent_decrypt_cbc_xway() 54 for (j = 0; j < SERPENT_PARALLEL_BLOCKS - 1; j++) in serpent_decrypt_cbc_xway() 59 for (j = 0; j < SERPENT_PARALLEL_BLOCKS - 1; j++) in serpent_decrypt_cbc_xway() 77 be128 ctrblks[SERPENT_PARALLEL_BLOCKS]; in serpent_crypt_ctr_xway() 80 for (i = 0; i < SERPENT_PARALLEL_BLOCKS; i++) { in serpent_crypt_ctr_xway() 93 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 96 .num_blocks = SERPENT_PARALLEL_BLOCKS, 106 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 109 .num_blocks = SERPENT_PARALLEL_BLOCKS, 119 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, [all …]
|
D | serpent_avx_glue.c | 116 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 119 .num_blocks = SERPENT_PARALLEL_BLOCKS, 129 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 132 .num_blocks = SERPENT_PARALLEL_BLOCKS, 142 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 145 .num_blocks = SERPENT_PARALLEL_BLOCKS, 155 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 158 .num_blocks = SERPENT_PARALLEL_BLOCKS, 168 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 171 .num_blocks = SERPENT_PARALLEL_BLOCKS, [all …]
|
/Linux-v4.19/arch/x86/include/asm/crypto/ |
D | serpent-sse2.h | 10 #define SERPENT_PARALLEL_BLOCKS 4 macro 37 #define SERPENT_PARALLEL_BLOCKS 8 macro
|
D | serpent-avx.h | 11 #define SERPENT_PARALLEL_BLOCKS 8 macro
|