Searched refs:poly_to_exp (Results 1 – 1 of 1) sorted by relevance
291 /* The exp_to_poly and poly_to_exp tables are used to perform efficient308 * poly_to_exp (for step 2) and exp_to_poly (for step 3). To see this310 * one of my operands is always a constant, so the poly_to_exp lookup on it324 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()