exp_to_poly       349 crypto/twofish_common.c static const u8 exp_to_poly[492] = {
exp_to_poly       471 crypto/twofish_common.c       (a) ^= exp_to_poly[tmp + (w)]; \
exp_to_poly       472 crypto/twofish_common.c       (b) ^= exp_to_poly[tmp + (x)]; \
exp_to_poly       473 crypto/twofish_common.c       (c) ^= exp_to_poly[tmp + (y)]; \
exp_to_poly       474 crypto/twofish_common.c       (d) ^= exp_to_poly[tmp + (z)]; \