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

/linux-master/crypto/
H A Dtwofish_common.c511 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2
521 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro
526 * key byte to use. CALC_K256 is identical to CALC_K but for using the
535 #define CALC_K(a, j, k, l, m, n) \ macro
574 /* Temporaries for CALC_K. */
638 /* CALC_K256/CALC_K192/CALC_K loops were unrolled.
645 * CALC_K: ~70 insns
675 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]);
678 CALC_K (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]);

Completed in 275 milliseconds