Searched refs:CAMELLIA_PARALLEL_BLOCKS (Results 1 – 3 of 3) sorted by relevance
227 while (nbytes >= CAMELLIA_PARALLEL_BLOCKS * bsize) { in encrypt_callback()229 srcdst += bsize * CAMELLIA_PARALLEL_BLOCKS; in encrypt_callback()230 nbytes -= bsize * CAMELLIA_PARALLEL_BLOCKS; in encrypt_callback()251 while (nbytes >= CAMELLIA_PARALLEL_BLOCKS * bsize) { in decrypt_callback()253 srcdst += bsize * CAMELLIA_PARALLEL_BLOCKS; in decrypt_callback()254 nbytes -= bsize * CAMELLIA_PARALLEL_BLOCKS; in decrypt_callback()
229 while (nbytes >= CAMELLIA_PARALLEL_BLOCKS * bsize) { in encrypt_callback()231 srcdst += bsize * CAMELLIA_PARALLEL_BLOCKS; in encrypt_callback()232 nbytes -= bsize * CAMELLIA_PARALLEL_BLOCKS; in encrypt_callback()259 while (nbytes >= CAMELLIA_PARALLEL_BLOCKS * bsize) { in decrypt_callback()261 srcdst += bsize * CAMELLIA_PARALLEL_BLOCKS; in decrypt_callback()262 nbytes -= bsize * CAMELLIA_PARALLEL_BLOCKS; in decrypt_callback()
11 #define CAMELLIA_PARALLEL_BLOCKS 2 macro