Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dcast5_avx_glue.c36 ECB_WALK_START(req, CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS); in ecb_encrypt()
44 ECB_WALK_START(req, CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS); in ecb_decrypt()
52 CBC_WALK_START(req, CAST5_BLOCK_SIZE, -1); in cbc_encrypt()
59 CBC_WALK_START(req, CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS); in cbc_decrypt()
71 .base.cra_blocksize = CAST5_BLOCK_SIZE,
84 .base.cra_blocksize = CAST5_BLOCK_SIZE,
89 .ivsize = CAST5_BLOCK_SIZE,
/openbmc/linux/include/crypto/
H A Dcast5.h9 #define CAST5_BLOCK_SIZE 8 macro
/openbmc/linux/crypto/
H A Dcast5_generic.c510 .cra_blocksize = CAST5_BLOCK_SIZE,