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