Home
last modified time | relevance | path

Searched refs:CALC_K192_2 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dtwofish_common.c516 * CALC_K192_2 expands CALC_K_2 to handle 192-bit keys, by doing an
521 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro
523 * CALC_K256_2 expands CALC_K192_2 to handle 256-bit keys, by doing an
542 #define CALC_K192_2(a, b, c, d, j) \ macro
549 x = CALC_K192_2 (l, l, k, k, 0); \
550 y = CALC_K192_2 (n, n, m, m, 4); \
556 CALC_K192_2 (q1[b ^ key[(j) + 24]], \
/kernel/linux/linux-6.6/crypto/
H A Dtwofish_common.c516 * CALC_K192_2 expands CALC_K_2 to handle 192-bit keys, by doing an
521 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro
523 * CALC_K256_2 expands CALC_K192_2 to handle 256-bit keys, by doing an
542 #define CALC_K192_2(a, b, c, d, j) \ macro
549 x = CALC_K192_2 (l, l, k, k, 0); \
550 y = CALC_K192_2 (n, n, m, m, 4); \
556 CALC_K192_2 (q1[b ^ key[(j) + 24]], \

Completed in 3 milliseconds