Lines Matching refs:CAST5_PARALLEL_BLOCKS
37 #define CAST5_PARALLEL_BLOCKS 16 macro
50 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, in cast5_fpu_begin()
81 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { in ecb_crypt()
85 wsrc += bsize * CAST5_PARALLEL_BLOCKS; in ecb_crypt()
86 wdst += bsize * CAST5_PARALLEL_BLOCKS; in ecb_crypt()
87 nbytes -= bsize * CAST5_PARALLEL_BLOCKS; in ecb_crypt()
88 } while (nbytes >= bsize * CAST5_PARALLEL_BLOCKS); in ecb_crypt()
189 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { in __cbc_decrypt()
191 nbytes -= bsize * (CAST5_PARALLEL_BLOCKS - 1); in __cbc_decrypt()
192 src -= CAST5_PARALLEL_BLOCKS - 1; in __cbc_decrypt()
193 dst -= CAST5_PARALLEL_BLOCKS - 1; in __cbc_decrypt()
204 } while (nbytes >= bsize * CAST5_PARALLEL_BLOCKS); in __cbc_decrypt()
275 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { in __ctr_crypt()
280 src += CAST5_PARALLEL_BLOCKS; in __ctr_crypt()
281 dst += CAST5_PARALLEL_BLOCKS; in __ctr_crypt()
282 nbytes -= bsize * CAST5_PARALLEL_BLOCKS; in __ctr_crypt()
283 } while (nbytes >= bsize * CAST5_PARALLEL_BLOCKS); in __ctr_crypt()