Searched refs:SERPENT_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/crypto/ |
D | serpent_sse2_glue.c | 176 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, in serpent_fpu_begin() 192 const unsigned int bsize = SERPENT_BLOCK_SIZE; in encrypt_callback() 209 const unsigned int bsize = SERPENT_BLOCK_SIZE; in decrypt_callback() 236 SERPENT_BLOCK_SIZE); in lrw_serpent_setkey() 241 SERPENT_BLOCK_SIZE); in lrw_serpent_setkey() 392 .cra_blocksize = SERPENT_BLOCK_SIZE, 412 .cra_blocksize = SERPENT_BLOCK_SIZE, 441 .ivsize = SERPENT_BLOCK_SIZE, 453 .cra_blocksize = SERPENT_BLOCK_SIZE, 462 SERPENT_BLOCK_SIZE, [all …]
|
D | serpent_avx_glue.c | 207 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, in serpent_fpu_begin() 223 const unsigned int bsize = SERPENT_BLOCK_SIZE; in encrypt_callback() 240 const unsigned int bsize = SERPENT_BLOCK_SIZE; in decrypt_callback() 262 SERPENT_BLOCK_SIZE); in lrw_serpent_setkey() 267 SERPENT_BLOCK_SIZE); in lrw_serpent_setkey() 382 .cra_blocksize = SERPENT_BLOCK_SIZE, 402 .cra_blocksize = SERPENT_BLOCK_SIZE, 431 .ivsize = SERPENT_BLOCK_SIZE, 443 .cra_blocksize = SERPENT_BLOCK_SIZE, 452 SERPENT_BLOCK_SIZE, [all …]
|
D | serpent_avx2_glue.c | 174 return glue_fpu_begin(SERPENT_BLOCK_SIZE, 8, NULL, fpu_enabled, nbytes); in serpent_fpu_begin() 189 const unsigned int bsize = SERPENT_BLOCK_SIZE; in encrypt_callback() 213 const unsigned int bsize = SERPENT_BLOCK_SIZE; in decrypt_callback() 313 .cra_blocksize = SERPENT_BLOCK_SIZE, 334 .cra_blocksize = SERPENT_BLOCK_SIZE, 365 .ivsize = SERPENT_BLOCK_SIZE, 377 .cra_blocksize = SERPENT_BLOCK_SIZE, 387 SERPENT_BLOCK_SIZE, 389 SERPENT_BLOCK_SIZE, 390 .ivsize = SERPENT_BLOCK_SIZE, [all …]
|
/linux-4.4.14/include/crypto/ |
D | serpent.h | 14 #define SERPENT_BLOCK_SIZE 16 macro
|
/linux-4.4.14/crypto/ |
D | serpent_generic.c | 627 .cra_blocksize = SERPENT_BLOCK_SIZE, 640 .cra_blocksize = SERPENT_BLOCK_SIZE,
|