Searched refs:CALC_K_2 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | twofish_common.c | 529 #define CALC_K_2(a, b, c, d, j) \ macro 536 x = CALC_K_2 (k, l, k, l, 0); \ 537 y = CALC_K_2 (m, n, m, n, 4); \ 543 CALC_K_2 (q0[a ^ key[(j) + 16]], \
|