Home
last modified time | relevance | path

Searched refs:CAST6_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dcast6_avx_glue.c36 ECB_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS); in ecb_encrypt()
44 ECB_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS); in ecb_decrypt()
52 CBC_WALK_START(req, CAST6_BLOCK_SIZE, -1); in cbc_encrypt()
59 CBC_WALK_START(req, CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS); in cbc_decrypt()
71 .base.cra_blocksize = CAST6_BLOCK_SIZE,
84 .base.cra_blocksize = CAST6_BLOCK_SIZE,
89 .ivsize = CAST6_BLOCK_SIZE,
/openbmc/linux/include/crypto/
H A Dcast6.h9 #define CAST6_BLOCK_SIZE 16 macro
/openbmc/linux/crypto/
H A Dcast6_generic.c251 .cra_blocksize = CAST6_BLOCK_SIZE,