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

/linux-4.1.27/crypto/
H A Dtwofish_common.c535 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro
562 #define CALC_K192(a, j, k, l, m, n) \ macro
655 /* CALC_K256/CALC_K192/CALC_K loops were unrolled. __twofish_setkey()
661 * CALC_K192: ~90 insns __twofish_setkey()
679 CALC_K192 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); __twofish_setkey()
682 CALC_K192 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); __twofish_setkey()

Completed in 57 milliseconds