Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dserpent_sse2_glue.c35 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 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()
78 .base.cra_blocksize = SERPENT_BLOCK_SIZE,
91 .base.cra_blocksize = SERPENT_BLOCK_SIZE,
96 .ivsize = SERPENT_BLOCK_SIZE,
H A Dserpent_avx2_glue.c34 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,
/openbmc/linux/include/crypto/
H A Dserpent.h15 #define SERPENT_BLOCK_SIZE 16 macro
/openbmc/qemu/crypto/
H A Dcipher-nettle.c.inc388 uint8_t iv[SERPENT_BLOCK_SIZE];
406 QCryptoNettleSerpent, SERPENT_BLOCK_SIZE,
/openbmc/linux/crypto/
H A Dserpent_generic.c581 .cra_blocksize = SERPENT_BLOCK_SIZE,