Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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
316 * never sum to more than 491. I'm repeating part of the exp_to_poly table
349 static const u8 exp_to_poly[492] = { variable
471 (a) ^= exp_to_poly[tmp + (w)]; \
472 (b) ^= exp_to_poly[tmp + (x)]; \
473 (c) ^= exp_to_poly[tmp + (y)]; \
474 (d) ^= exp_to_poly[tmp + (z)]; \
/kernel/linux/linux-6.6/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
316 * never sum to more than 491. I'm repeating part of the exp_to_poly table
349 static const u8 exp_to_poly[492] = { variable
471 (a) ^= exp_to_poly[tmp + (w)]; \
472 (b) ^= exp_to_poly[tmp + (x)]; \
473 (c) ^= exp_to_poly[tmp + (y)]; \
474 (d) ^= exp_to_poly[tmp + (z)]; \

Completed in 3 milliseconds