Searched refs:CAST5_PARALLEL_BLOCKS (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dcast5_avx_glue.c38 #define CAST5_PARALLEL_BLOCKS 16 macro
51 return glue_fpu_begin(CAST5_BLOCK_SIZE, CAST5_PARALLEL_BLOCKS, cast5_fpu_begin()
82 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { ecb_crypt()
86 wsrc += bsize * CAST5_PARALLEL_BLOCKS; ecb_crypt()
87 wdst += bsize * CAST5_PARALLEL_BLOCKS; ecb_crypt()
88 nbytes -= bsize * CAST5_PARALLEL_BLOCKS; ecb_crypt()
89 } while (nbytes >= bsize * CAST5_PARALLEL_BLOCKS); ecb_crypt()
190 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { __cbc_decrypt()
192 nbytes -= bsize * (CAST5_PARALLEL_BLOCKS - 1); __cbc_decrypt()
193 src -= CAST5_PARALLEL_BLOCKS - 1; __cbc_decrypt()
194 dst -= CAST5_PARALLEL_BLOCKS - 1; __cbc_decrypt()
205 } while (nbytes >= bsize * CAST5_PARALLEL_BLOCKS); __cbc_decrypt()
276 if (nbytes >= bsize * CAST5_PARALLEL_BLOCKS) { __ctr_crypt()
281 src += CAST5_PARALLEL_BLOCKS; __ctr_crypt()
282 dst += CAST5_PARALLEL_BLOCKS; __ctr_crypt()
283 nbytes -= bsize * CAST5_PARALLEL_BLOCKS; __ctr_crypt()
284 } while (nbytes >= bsize * CAST5_PARALLEL_BLOCKS); __ctr_crypt()

Completed in 96 milliseconds