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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/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
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dtwofish.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 byte poly_to_exp[255] = {
480 * the RS matrix, preprocessed through the poly_to_exp table. */
484 tmp = poly_to_exp[key[i] - 1]; \
606 * the entries of the RS matrix, preprocessed through poly_to_exp. The
335 static const byte poly_to_exp[255] = { variable

Completed in 322 milliseconds