Searched refs:CALC_K192 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_common.c | 521 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro 548 #define CALC_K192(a, j, k, l, m, n) \ macro 638 /* CALC_K256/CALC_K192/CALC_K loops were unrolled. in __twofish_setkey() 644 * CALC_K192: ~90 insns in __twofish_setkey() 662 CALC_K192 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 665 CALC_K192 (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 D | twofish_common.c | 521 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro 548 #define CALC_K192(a, j, k, l, m, n) \ macro 638 /* CALC_K256/CALC_K192/CALC_K loops were unrolled. in __twofish_setkey() 644 * CALC_K192: ~90 insns in __twofish_setkey() 662 CALC_K192 (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 665 CALC_K192 (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()
|
Completed in 3 milliseconds