Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dcast5_avx_glue.c37 #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()
[all …]