Home
last modified time | relevance | path

Searched refs:SERPENT_BLOCK_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/crypto/
H A Dserpent_sse2_glue.c34 u8 buf[SERPENT_PARALLEL_BLOCKS - 1][SERPENT_BLOCK_SIZE]; in serpent_decrypt_cbc_xway()
40 crypto_xor(dst + SERPENT_BLOCK_SIZE, s, sizeof(buf)); in serpent_decrypt_cbc_xway()
45 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_encrypt()
53 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_decrypt()
61 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1); in cbc_encrypt()
68 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in cbc_decrypt()
79 .base.cra_blocksize = SERPENT_BLOCK_SIZE,
91 .base.cra_blocksize = SERPENT_BLOCK_SIZE,
96 .ivsize = SERPENT_BLOCK_SIZE,
H A Dserpent_avx_glue.c43 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()
77 .base.cra_blocksize = SERPENT_BLOCK_SIZE,
89 .base.cra_blocksize = SERPENT_BLOCK_SIZE,
94 .ivsize = SERPENT_BLOCK_SIZE,
H A Dserpent_avx2_glue.c33 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_encrypt()
42 ECB_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in ecb_decrypt()
51 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, -1); in cbc_encrypt()
58 CBC_WALK_START(req, SERPENT_BLOCK_SIZE, SERPENT_PARALLEL_BLOCKS); in cbc_decrypt()
70 .base.cra_blocksize = SERPENT_BLOCK_SIZE,
82 .base.cra_blocksize = SERPENT_BLOCK_SIZE,
87 .ivsize = SERPENT_BLOCK_SIZE,
/linux/include/crypto/
H A Dserpent.h15 #define SERPENT_BLOCK_SIZE 16 macro
/linux/crypto/
H A Dserpent_generic.c581 .cra_blocksize = SERPENT_BLOCK_SIZE,