Searched refs:exp_to_poly (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
330 * never sum to more than 491. I'm repeating part of the exp_to_poly table
363 static const u8 exp_to_poly[492] = { variable
485 (a) ^= exp_to_poly[tmp + (w)]; \
486 (b) ^= exp_to_poly[tmp + (x)]; \
487 (c) ^= exp_to_poly[tmp + (y)]; \
488 (d) ^= exp_to_poly[tmp + (z)]; \
/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
331 * never sum to more than 491. I'm repeating part of the exp_to_poly table
364 static const byte exp_to_poly[492] = {
486 (a) ^= exp_to_poly[tmp + (w)]; \
487 (b) ^= exp_to_poly[tmp + (x)]; \
488 (c) ^= exp_to_poly[tmp + (y)]; \
489 (d) ^= exp_to_poly[tmp + (z)]; \
361 static const byte exp_to_poly[492] = { 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
331 * never sum to more than 491. I'm repeating part of the exp_to_poly table
364 static const byte exp_to_poly[492] = {
486 (a) ^= exp_to_poly[tmp + (w)]; \
487 (b) ^= exp_to_poly[tmp + (x)]; \
488 (c) ^= exp_to_poly[tmp + (y)]; \
489 (d) ^= exp_to_poly[tmp + (z)]; \
361 static const byte exp_to_poly[492] = { variable

Completed in 95 milliseconds