Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dcast5_avx_glue.c50 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin()
64 const unsigned int bsize = CAST5_BLOCK_SIZE; in ecb_crypt()
135 const unsigned int bsize = CAST5_BLOCK_SIZE; in __cbc_encrypt()
176 const unsigned int bsize = CAST5_BLOCK_SIZE; in __cbc_decrypt()
253 u8 keystream[CAST5_BLOCK_SIZE]; in ctr_crypt_final()
262 crypto_inc(ctrblk, CAST5_BLOCK_SIZE); in ctr_crypt_final()
269 const unsigned int bsize = CAST5_BLOCK_SIZE; in __ctr_crypt()
319 err = blkcipher_walk_virt_block(desc, &walk, CAST5_BLOCK_SIZE); in ctr_crypt()
322 while ((nbytes = walk.nbytes) >= CAST5_BLOCK_SIZE) { in ctr_crypt()
345 .cra_blocksize = CAST5_BLOCK_SIZE,
[all …]
/linux-4.4.14/include/crypto/
Dcast5.h8 #define CAST5_BLOCK_SIZE 8 macro
/linux-4.4.14/crypto/
Dcast5_generic.c522 .cra_blocksize = CAST5_BLOCK_SIZE,