Searched refs:CAST5_BLOCK_SIZE (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A 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,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | cast5_avx_glue.c | 38 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin() 53 const unsigned int bsize = CAST5_BLOCK_SIZE; in ecb_crypt() 112 const unsigned int bsize = CAST5_BLOCK_SIZE; in cbc_encrypt() 145 const unsigned int bsize = CAST5_BLOCK_SIZE; in __cbc_decrypt() 220 u8 keystream[CAST5_BLOCK_SIZE]; in ctr_crypt_final() 228 crypto_inc(ctrblk, CAST5_BLOCK_SIZE); in ctr_crypt_final() 234 const unsigned int bsize = CAST5_BLOCK_SIZE; in __ctr_crypt() 287 while ((nbytes = walk.nbytes) >= CAST5_BLOCK_SIZE) { in ctr_crypt() 309 .base.cra_blocksize = CAST5_BLOCK_SIZE, 322 .base.cra_blocksize = CAST5_BLOCK_SIZE, [all...] |
/kernel/linux/linux-5.10/include/crypto/ |
H A D | cast5.h | 9 #define CAST5_BLOCK_SIZE 8 macro
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | cast5.h | 9 #define CAST5_BLOCK_SIZE 8 macro
|
/kernel/linux/linux-5.10/crypto/ |
H A D | cast5_generic.c | 514 .cra_blocksize = CAST5_BLOCK_SIZE,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | cast5_generic.c | 510 .cra_blocksize = CAST5_BLOCK_SIZE,
|
Completed in 3 milliseconds