Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/crypto/
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,
/Linux-v5.15/include/crypto/
Dcast5.h9 #define CAST5_BLOCK_SIZE 8 macro
/Linux-v5.15/crypto/
Dcast5_generic.c510 .cra_blocksize = CAST5_BLOCK_SIZE,