Searched refs:CALC_K_2 (Results 1 - 5 of 5) 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.c519 /* Macros to calculate the whitening and round subkeys. CALC_K_2 computes the
525 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2
530 * CALC_K192_2 expands CALC_K_2 to handle 192-bit keys, by doing an
536 * instead of CALC_K_2.
541 * CALC_K256_2 macro instead of CALC_K_2. */
543 #define CALC_K_2(a, b, c, d, j) \ macro
550 x = CALC_K_2 (k, l, k, l, 0); \
551 y = CALC_K_2 (m, n, m, n, 4); \
557 CALC_K_2 (q0[a ^ key[(j) + 16]], \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dtwofish_common.c519 /* Macros to calculate the whitening and round subkeys. CALC_K_2 computes the
525 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2
530 * CALC_K192_2 expands CALC_K_2 to handle 192-bit keys, by doing an
536 * instead of CALC_K_2.
541 * CALC_K256_2 macro instead of CALC_K_2. */
543 #define CALC_K_2(a, b, c, d, j) \ macro
550 x = CALC_K_2 (k, l, k, l, 0); \
551 y = CALC_K_2 (m, n, m, n, 4); \
557 CALC_K_2 (q0[a ^ key[(j) + 16]], \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/cipher/
H A Dtwofish.c522 /* Macros to calculate the whitening and round subkeys. CALC_K_2 computes the
528 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2
533 * CALC_K256_2 expands CALC_K_2 to handle 256-bit keys, by doing two
537 * CALC_K256_2 macro instead of CALC_K_2. */
539 #define CALC_K_2(a, b, c, d, j) \
546 x = CALC_K_2 (k, l, k, l, 0); \
547 y = CALC_K_2 (m, n, m, n, 4); \
553 CALC_K_2 (q0[q1[b ^ key[(j) + 24]] ^ key[(j) + 16]], \
535 #define CALC_K_2 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/cipher/
H A Dtwofish.c522 /* Macros to calculate the whitening and round subkeys. CALC_K_2 computes the
528 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2
533 * CALC_K256_2 expands CALC_K_2 to handle 256-bit keys, by doing two
537 * CALC_K256_2 macro instead of CALC_K_2. */
539 #define CALC_K_2(a, b, c, d, j) \
546 x = CALC_K_2 (k, l, k, l, 0); \
547 y = CALC_K_2 (m, n, m, n, 4); \
553 CALC_K_2 (q0[q1[b ^ key[(j) + 24]] ^ key[(j) + 16]], \
535 #define CALC_K_2 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/cipher/
H A Dtwofish.c522 /* Macros to calculate the whitening and round subkeys. CALC_K_2 computes the
528 * CALC_K computes a pair of subkeys for 128-bit Twofish, by calling CALC_K_2
533 * CALC_K256_2 expands CALC_K_2 to handle 256-bit keys, by doing two
537 * CALC_K256_2 macro instead of CALC_K_2. */
539 #define CALC_K_2(a, b, c, d, j) \
546 x = CALC_K_2 (k, l, k, l, 0); \
547 y = CALC_K_2 (m, n, m, n, 4); \
553 CALC_K_2 (q0[q1[b ^ key[(j) + 24]] ^ key[(j) + 16]], \
535 #define CALC_K_2 macro

Completed in 146 milliseconds