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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dtwofish_common.c492 * the S vector from CALC_S. CALC_SB_2 computes a single entry in all
497 #define CALC_SB_2(i, a, b) \ macro
503 /* Macro exactly like CALC_SB_2, but for 192-bit keys. */
511 /* Macro exactly like CALC_SB_2, but for 256-bit keys. */
690 CALC_SB_2( i, calc_sb_tbl[j], calc_sb_tbl[k] );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dtwofish_common.c492 * the S vector from CALC_S. CALC_SB_2 computes a single entry in all
497 #define CALC_SB_2(i, a, b) \ macro
503 /* Macro exactly like CALC_SB_2, but for 192-bit keys. */
511 /* Macro exactly like CALC_SB_2, but for 256-bit keys. */
690 CALC_SB_2( i, calc_sb_tbl[j], calc_sb_tbl[k] );

Completed in 147 milliseconds