Searched refs:CALC_K (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/crypto/ |
| D | twofish_common.c | 549 #define CALC_K(a, j, k, l, m, n) \ macro 692 CALC_K (w, i, q0[i], q1[i], q0[i+1], q1[i+1]); in __twofish_setkey() 695 CALC_K (k, i, q0[i+8], q1[i+8], q0[i+9], q1[i+9]); in __twofish_setkey()
|