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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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

Completed in 121 milliseconds