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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dtwofish_common.c530 * CALC_K192_2 expands CALC_K_2 to handle 192-bit keys, by doing an
535 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro
537 * CALC_K256_2 expands CALC_K192_2 to handle 256-bit keys, by doing an
556 #define CALC_K192_2(a, b, c, d, j) \ macro
563 x = CALC_K192_2 (l, l, k, k, 0); \
564 y = CALC_K192_2 (n, n, m, m, 4); \
570 CALC_K192_2 (q1[b ^ key[(j) + 24]], \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dtwofish_common.c530 * CALC_K192_2 expands CALC_K_2 to handle 192-bit keys, by doing an
535 * CALC_K192 is identical to CALC_K but for using the CALC_K192_2 macro
537 * CALC_K256_2 expands CALC_K192_2 to handle 256-bit keys, by doing an
556 #define CALC_K192_2(a, b, c, d, j) \ macro
563 x = CALC_K192_2 (l, l, k, k, 0); \
564 y = CALC_K192_2 (n, n, m, m, 4); \
570 CALC_K192_2 (q1[b ^ key[(j) + 24]], \

Completed in 117 milliseconds