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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/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
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c532 * CALC_K256_2 expands CALC_K_2 to handle 256-bit keys, by doing two
536 * CALC_K256_2 macro instead of CALC_K_2. */
551 #define CALC_K256_2(a, b, j) \
558 x = CALC_K256_2 (k, l, 0); \
559 y = CALC_K256_2 (m, n, 4); \
547 #define CALC_K256_2 macro

Completed in 21 milliseconds