Searched refs:SERPENT_PARALLEL_BLOCKS (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/arch/x86/crypto/ |
D | serpent_sse2_glue.c | 36 u128 ivs[SERPENT_PARALLEL_BLOCKS - 1]; in serpent_decrypt_cbc_xway() 41 for (j = 0; j < SERPENT_PARALLEL_BLOCKS - 1; j++) in serpent_decrypt_cbc_xway() 46 for (j = 0; j < SERPENT_PARALLEL_BLOCKS - 1; j++) in serpent_decrypt_cbc_xway() 66 be128 ctrblks[SERPENT_PARALLEL_BLOCKS]; in serpent_crypt_ctr_xway() 71 for (i = 0; i < SERPENT_PARALLEL_BLOCKS; i++) { in serpent_crypt_ctr_xway() 84 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 87 .num_blocks = SERPENT_PARALLEL_BLOCKS, 97 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 100 .num_blocks = SERPENT_PARALLEL_BLOCKS, 110 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, [all …]
|
D | serpent_avx_glue.c | 101 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 104 .num_blocks = SERPENT_PARALLEL_BLOCKS, 114 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 117 .num_blocks = SERPENT_PARALLEL_BLOCKS, 127 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 130 .num_blocks = SERPENT_PARALLEL_BLOCKS, 140 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 143 .num_blocks = SERPENT_PARALLEL_BLOCKS, 153 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 156 .num_blocks = SERPENT_PARALLEL_BLOCKS, [all …]
|
/Linux-v5.10/arch/x86/include/asm/crypto/ |
D | serpent-sse2.h | 10 #define SERPENT_PARALLEL_BLOCKS 4 macro 35 #define SERPENT_PARALLEL_BLOCKS 8 macro
|
D | serpent-avx.h | 11 #define SERPENT_PARALLEL_BLOCKS 8 macro
|