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

/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.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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/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 183 milliseconds