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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c512 #define CALC_SB256_2(i, a, b) \
519 CALC_SB256_2 (i, a, b); CALC_SB256_2 ((i)+1, c, d); \
520 CALC_SB256_2 ((i)+2, e, f); CALC_SB256_2 ((i)+3, g, h)
650 CALC_SB256_2( i, calc_sb_tbl[j], calc_sb_tbl[k] );
508 #define CALC_SB256_2 macro
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c511 #define CALC_SB256_2(i, a, b) \
518 CALC_SB256_2 (i, a, b); CALC_SB256_2 ((i)+1, c, d); \
519 CALC_SB256_2 ((i)+2, e, f); CALC_SB256_2 ((i)+3, g, h)
649 CALC_SB256_2( i, calc_sb_tbl[j], calc_sb_tbl[k] );
507 #define CALC_SB256_2 macro

Completed in 32 milliseconds