Searched refs:SERPENT_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/arch/x86/crypto/ |
D | serpent_avx2_glue.c | 189 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 202 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 207 .ivsize = SERPENT_BLOCK_SIZE, 221 .ivsize = SERPENT_BLOCK_SIZE, 222 .chunksize = SERPENT_BLOCK_SIZE, 231 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 236 .ivsize = SERPENT_BLOCK_SIZE,
|
D | serpent_avx_glue.c | 229 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 242 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 247 .ivsize = SERPENT_BLOCK_SIZE, 261 .ivsize = SERPENT_BLOCK_SIZE, 262 .chunksize = SERPENT_BLOCK_SIZE, 271 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 276 .ivsize = SERPENT_BLOCK_SIZE,
|
D | serpent_sse2_glue.c | 160 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 173 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 178 .ivsize = SERPENT_BLOCK_SIZE, 192 .ivsize = SERPENT_BLOCK_SIZE, 193 .chunksize = SERPENT_BLOCK_SIZE,
|
/Linux-v5.4/include/crypto/ |
D | serpent.h | 15 #define SERPENT_BLOCK_SIZE 16 macro
|
/Linux-v5.4/crypto/ |
D | serpent_generic.c | 634 .cra_blocksize = SERPENT_BLOCK_SIZE, 648 .cra_blocksize = SERPENT_BLOCK_SIZE,
|