Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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. */ in __twofish_setkey()
638 /* CALC_K256/CALC_K192/CALC_K loops were unrolled. in __twofish_setkey()
645 * CALC_K: ~70 insns in __twofish_setkey()
675 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey()
678 CALC_K (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()
/kernel/linux/linux-6.6/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. */ in __twofish_setkey()
638 /* CALC_K256/CALC_K192/CALC_K loops were unrolled. in __twofish_setkey()
645 * CALC_K: ~70 insns in __twofish_setkey()
675 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey()
678 CALC_K (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()

Completed in 3 milliseconds