Searched refs:CAST5_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
51 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin()65 const unsigned int bsize = CAST5_BLOCK_SIZE; in ecb_crypt()136 const unsigned int bsize = CAST5_BLOCK_SIZE; in __cbc_encrypt()177 const unsigned int bsize = CAST5_BLOCK_SIZE; in __cbc_decrypt()254 u8 keystream[CAST5_BLOCK_SIZE]; in ctr_crypt_final()263 crypto_inc(ctrblk, CAST5_BLOCK_SIZE); in ctr_crypt_final()270 const unsigned int bsize = CAST5_BLOCK_SIZE; in __ctr_crypt()320 err = blkcipher_walk_virt_block(desc, &walk, CAST5_BLOCK_SIZE); in ctr_crypt()323 while ((nbytes = walk.nbytes) >= CAST5_BLOCK_SIZE) { in ctr_crypt()346 .cra_blocksize = CAST5_BLOCK_SIZE,[all …]
8 #define CAST5_BLOCK_SIZE 8 macro
522 .cra_blocksize = CAST5_BLOCK_SIZE,