Searched refs:CALC_K256_2 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | twofish_common.c | 523 * CALC_K256_2 expands CALC_K192_2 to handle 256-bit keys, by doing an 527 * CALC_K256_2 macro instead of CALC_K_2. */ 555 #define CALC_K256_2(a, b, j) \ macro 562 x = CALC_K256_2 (k, l, 0); \ 563 y = CALC_K256_2 (m, n, 4); \
|
/kernel/linux/linux-6.6/crypto/ |
H A D | twofish_common.c | 523 * CALC_K256_2 expands CALC_K192_2 to handle 256-bit keys, by doing an 527 * CALC_K256_2 macro instead of CALC_K_2. */ 555 #define CALC_K256_2(a, b, j) \ macro 562 x = CALC_K256_2 (k, l, 0); \ 563 y = CALC_K256_2 (m, n, 4); \
|
Completed in 3 milliseconds