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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dtwofish.c493 * the S vector from CALC_S. CALC_SB_2 computes a single entry in all
497 * it calls CALC_SB_2 four times with consecutive indices from i to i+3,
500 #define CALC_SB_2(i, a, b) \
507 CALC_SB_2 (i, a, b); CALC_SB_2 ((i)+1, c, d); \
508 CALC_SB_2 ((i)+2, e, f); CALC_SB_2 ((i)+3, g, h)
510 /* Macros exactly like CALC_SB and CALC_SB_2, but for 256-bit keys. */
681 CALC_SB_2( i, calc_sb_tbl[j], calc_sb_tbl[k] );
496 #define CALC_SB_2 macro
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.c492 * the S vector from CALC_S. CALC_SB_2 computes a single entry in all
496 * it calls CALC_SB_2 four times with consecutive indices from i to i+3,
499 #define CALC_SB_2(i, a, b) \
506 CALC_SB_2 (i, a, b); CALC_SB_2 ((i)+1, c, d); \
507 CALC_SB_2 ((i)+2, e, f); CALC_SB_2 ((i)+3, g, h)
509 /* Macros exactly like CALC_SB and CALC_SB_2, but for 256-bit keys. */
680 CALC_SB_2( i, calc_sb_tbl[j], calc_sb_tbl[k] );
495 #define CALC_SB_2 macro

Completed in 69 milliseconds