Searched refs:SERPENT_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/arch/x86/crypto/ |
D | serpent_avx2_glue.c | 194 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 207 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 212 .ivsize = SERPENT_BLOCK_SIZE, 226 .ivsize = SERPENT_BLOCK_SIZE, 227 .chunksize = SERPENT_BLOCK_SIZE, 236 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 241 .ivsize = SERPENT_BLOCK_SIZE,
|
D | serpent_avx_glue.c | 244 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 257 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 262 .ivsize = SERPENT_BLOCK_SIZE, 276 .ivsize = SERPENT_BLOCK_SIZE, 277 .chunksize = SERPENT_BLOCK_SIZE, 286 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 291 .ivsize = SERPENT_BLOCK_SIZE,
|
D | serpent_sse2_glue.c | 175 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 188 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 193 .ivsize = SERPENT_BLOCK_SIZE, 207 .ivsize = SERPENT_BLOCK_SIZE, 208 .chunksize = SERPENT_BLOCK_SIZE,
|
/Linux-v4.19/include/crypto/ |
D | serpent.h | 15 #define SERPENT_BLOCK_SIZE 16 macro
|
/Linux-v4.19/crypto/ |
D | serpent_generic.c | 632 .cra_blocksize = SERPENT_BLOCK_SIZE, 645 .cra_blocksize = SERPENT_BLOCK_SIZE,
|