Searched refs:CAMELLIA_PARALLEL_BLOCKS (Results 1 – 3 of 3) sorted by relevance
230 while (nbytes >= CAMELLIA_PARALLEL_BLOCKS * bsize) { in encrypt_callback()232 srcdst += bsize * CAMELLIA_PARALLEL_BLOCKS; in encrypt_callback()233 nbytes -= bsize * CAMELLIA_PARALLEL_BLOCKS; in encrypt_callback()260 while (nbytes >= CAMELLIA_PARALLEL_BLOCKS * bsize) { in decrypt_callback()262 srcdst += bsize * CAMELLIA_PARALLEL_BLOCKS; in decrypt_callback()263 nbytes -= bsize * CAMELLIA_PARALLEL_BLOCKS; in decrypt_callback()
228 while (nbytes >= CAMELLIA_PARALLEL_BLOCKS * bsize) { in encrypt_callback()230 srcdst += bsize * CAMELLIA_PARALLEL_BLOCKS; in encrypt_callback()231 nbytes -= bsize * CAMELLIA_PARALLEL_BLOCKS; in encrypt_callback()252 while (nbytes >= CAMELLIA_PARALLEL_BLOCKS * bsize) { in decrypt_callback()254 srcdst += bsize * CAMELLIA_PARALLEL_BLOCKS; in decrypt_callback()255 nbytes -= bsize * CAMELLIA_PARALLEL_BLOCKS; in decrypt_callback()
11 #define CAMELLIA_PARALLEL_BLOCKS 2 macro