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

/linux-4.1.27/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); \

Completed in 1132 milliseconds