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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dtwofish.c306 /* The exp_to_poly and poly_to_exp tables are used to perform efficient
323 * poly_to_exp (for step 2) and exp_to_poly (for step 3). To see this
325 * one of my operands is always a constant, so the poly_to_exp lookup on it
339 static const byte poly_to_exp[255] = {
481 * the RS matrix, preprocessed through the poly_to_exp table. */
485 tmp = poly_to_exp[key[i] - 1]; \
607 * the entries of the RS matrix, preprocessed through poly_to_exp. The
336 static const byte poly_to_exp[255] = { variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtwofish_common.c305 /* The exp_to_poly and poly_to_exp tables are used to perform efficient
322 * poly_to_exp (for step 2) and exp_to_poly (for step 3). To see this
324 * one of my operands is always a constant, so the poly_to_exp lookup on it
338 static const u8 poly_to_exp[255] = { variable
480 * the RS matrix, preprocessed through the poly_to_exp table. */
484 tmp = poly_to_exp[key[i] - 1]; \
610 * the entries of the RS matrix, preprocessed through poly_to_exp. The

Completed in 158 milliseconds