Searched refs:SERPENT_PARALLEL_BLOCKS (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/crypto/ |
| D | serpent_sse2_glue.c | 36 u128 ivs[SERPENT_PARALLEL_BLOCKS - 1]; in serpent_decrypt_cbc_xway() 39 for (j = 0; j < SERPENT_PARALLEL_BLOCKS - 1; j++) in serpent_decrypt_cbc_xway() 44 for (j = 0; j < SERPENT_PARALLEL_BLOCKS - 1; j++) in serpent_decrypt_cbc_xway() 62 be128 ctrblks[SERPENT_PARALLEL_BLOCKS]; in serpent_crypt_ctr_xway() 65 for (i = 0; i < SERPENT_PARALLEL_BLOCKS; i++) { in serpent_crypt_ctr_xway() 78 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 81 .num_blocks = SERPENT_PARALLEL_BLOCKS, 91 .fpu_blocks_limit = SERPENT_PARALLEL_BLOCKS, 94 .num_blocks = SERPENT_PARALLEL_BLOCKS, 104 .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.4/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
|