Home
last modified time | relevance | path

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

/linux/crypto/
H A Dtwofish_common.c291 /* The exp_to_poly and poly_to_exp tables are used to perform efficient
308 * poly_to_exp (for step 2) and exp_to_poly (for step 3). To see this
310 * one of my operands is always a constant, so the poly_to_exp lookup on it
324 static const u8 poly_to_exp[255] = { variable
466 * the RS matrix, preprocessed through the poly_to_exp table. */
470 tmp = poly_to_exp[key[i] - 1]; \
590 * the entries of the RS matrix, preprocessed through poly_to_exp. The in __twofish_setkey()