Searched refs:CALC_K256_2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtwofish_common.c537 * CALC_K256_2 expands CALC_K192_2 to handle 256-bit keys, by doing an
541 * CALC_K256_2 macro instead of CALC_K_2. */
569 #define CALC_K256_2(a, b, j) \ macro
576 x = CALC_K256_2 (k, l, 0); \
577 y = CALC_K256_2 (m, n, 4); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dtwofish.c533 * 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. */
552 #define CALC_K256_2(a, b, j) \
559 x = CALC_K256_2 (k, l, 0); \
560 y = CALC_K256_2 (m, n, 4); \
548 #define CALC_K256_2 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c533 * 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. */
552 #define CALC_K256_2(a, b, j) \
559 x = CALC_K256_2 (k, l, 0); \
560 y = CALC_K256_2 (m, n, 4); \
548 #define CALC_K256_2 macro

Completed in 73 milliseconds