Searched refs:CAST5_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/arch/x86/crypto/ |
D | cast5_avx_glue.c | 36 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/ |
D | cast5.h | 9 #define CAST5_BLOCK_SIZE 8 macro
|
/Linux-v5.15/crypto/ |
D | cast5_generic.c | 510 .cra_blocksize = CAST5_BLOCK_SIZE,
|