Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dcast5_avx_glue.c53 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin()
68 const unsigned int bsize = CAST5_BLOCK_SIZE; in ecb_crypt()
127 const unsigned int bsize = CAST5_BLOCK_SIZE; in cbc_encrypt()
160 const unsigned int bsize = CAST5_BLOCK_SIZE; in __cbc_decrypt()
235 u8 keystream[CAST5_BLOCK_SIZE]; in ctr_crypt_final()
243 crypto_inc(ctrblk, CAST5_BLOCK_SIZE); in ctr_crypt_final()
249 const unsigned int bsize = CAST5_BLOCK_SIZE; in __ctr_crypt()
302 while ((nbytes = walk.nbytes) >= CAST5_BLOCK_SIZE) { in ctr_crypt()
324 .base.cra_blocksize = CAST5_BLOCK_SIZE,
337 .base.cra_blocksize = CAST5_BLOCK_SIZE,
[all …]
/Linux-v4.19/include/crypto/
Dcast5.h9 #define CAST5_BLOCK_SIZE 8 macro
/Linux-v4.19/crypto/
Dcast5_generic.c521 .cra_blocksize = CAST5_BLOCK_SIZE,