Home
last modified time | relevance | path

Searched refs:SERPENT_PARALLEL_BLOCKS (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/arch/x86/crypto/
Dserpent_sse2_glue.c36 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 …]
Dserpent_avx_glue.c101 .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/
Dserpent-sse2.h10 #define SERPENT_PARALLEL_BLOCKS 4 macro
35 #define SERPENT_PARALLEL_BLOCKS 8 macro
Dserpent-avx.h11 #define SERPENT_PARALLEL_BLOCKS 8 macro