Searched refs:CAST5_PARALLEL_BLOCKS (Results 1 – 1 of 1) sorted by relevance
18 #define CAST5_PARALLEL_BLOCKS 16 macro38 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin()67 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { in ecb_crypt()72 wsrc += bsize * CAST5_PARALLEL_BLOCKS; in ecb_crypt()73 wdst += bsize * CAST5_PARALLEL_BLOCKS; in ecb_crypt()74 nbytes -= bsize * CAST5_PARALLEL_BLOCKS; in ecb_crypt()75 } while (nbytes >= bsize * CAST5_PARALLEL_BLOCKS); in ecb_crypt()158 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { in __cbc_decrypt()160 nbytes -= bsize * (CAST5_PARALLEL_BLOCKS - 1); in __cbc_decrypt()161 src -= CAST5_PARALLEL_BLOCKS - 1; in __cbc_decrypt()[all …]