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

/linux-master/crypto/
H A Dtwofish_common.c478 * the S vector from CALC_S. CALC_SB_2 computes a single entry in all
483 #define CALC_SB_2(i, a, b) \ macro
489 /* Macro exactly like CALC_SB_2, but for 192-bit keys. */
497 /* Macro exactly like CALC_SB_2, but for 256-bit keys. */
670 CALC_SB_2( i, calc_sb_tbl[j], calc_sb_tbl[k] );

Completed in 85 milliseconds