Searched refs:SERPENT_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/crypto/ |
D | serpent_avx_glue.c | 208 return glue_fpu_begin(SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS, in serpent_fpu_begin() 224 const unsigned int bsize = SERPENT_BLOCK_SIZE; in encrypt_callback() 241 const unsigned int bsize = SERPENT_BLOCK_SIZE; in decrypt_callback() 263 SERPENT_BLOCK_SIZE); in lrw_serpent_setkey() 268 SERPENT_BLOCK_SIZE); in lrw_serpent_setkey() 383 .cra_blocksize = SERPENT_BLOCK_SIZE, 403 .cra_blocksize = SERPENT_BLOCK_SIZE, 432 .ivsize = SERPENT_BLOCK_SIZE, 444 .cra_blocksize = SERPENT_BLOCK_SIZE, 453 SERPENT_BLOCK_SIZE, [all …]
|
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_avx2_glue.c | 175 return glue_fpu_begin(SERPENT_BLOCK_SIZE, 8, NULL, fpu_enabled, nbytes); in serpent_fpu_begin() 190 const unsigned int bsize = SERPENT_BLOCK_SIZE; in encrypt_callback() 214 const unsigned int bsize = SERPENT_BLOCK_SIZE; in decrypt_callback() 314 .cra_blocksize = SERPENT_BLOCK_SIZE, 335 .cra_blocksize = SERPENT_BLOCK_SIZE, 366 .ivsize = SERPENT_BLOCK_SIZE, 378 .cra_blocksize = SERPENT_BLOCK_SIZE, 388 SERPENT_BLOCK_SIZE, 390 SERPENT_BLOCK_SIZE, 391 .ivsize = SERPENT_BLOCK_SIZE, [all …]
|
/linux-4.1.27/include/crypto/ |
D | serpent.h | 14 #define SERPENT_BLOCK_SIZE 16 macro
|
/linux-4.1.27/crypto/ |
D | serpent_generic.c | 627 .cra_blocksize = SERPENT_BLOCK_SIZE, 640 .cra_blocksize = SERPENT_BLOCK_SIZE,
|