Searched refs:SERPENT_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/crypto/ |
H A D | serpent_sse2_glue.c | 35 u8 buf[SERPENT_PARALLEL_BLOCKS - 1][SERPENT_BLOCK_SIZE]; in serpent_decrypt_cbc_xway() 41 crypto_xor(dst + SERPENT_BLOCK_SIZE, s, sizeof(buf)); in serpent_decrypt_cbc_xway() 46 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_encrypt() 54 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_decrypt() 62 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1); in cbc_encrypt() 69 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in cbc_decrypt() 81 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 94 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 99 .ivsize = SERPENT_BLOCK_SIZE,
|
H A D | serpent_avx_glue.c | 43 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_encrypt() 51 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_decrypt() 59 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1); in cbc_encrypt() 66 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in cbc_decrypt() 78 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 91 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 96 .ivsize = SERPENT_BLOCK_SIZE,
|
H A D | serpent_avx2_glue.c | 34 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_encrypt() 43 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_decrypt() 52 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1); in cbc_encrypt() 59 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in cbc_decrypt() 72 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 85 .base.cra_blocksize = SERPENT_BLOCK_SIZE, 90 .ivsize = SERPENT_BLOCK_SIZE,
|
/linux/include/crypto/ |
H A D | serpent.h | 15 #define SERPENT_BLOCK_SIZE 16 macro
|
/linux/crypto/ |
H A D | serpent_generic.c | 581 .cra_blocksize = SERPENT_BLOCK_SIZE,
|