Searched refs:gf2_8 (Results 1 – 6 of 6) sorted by relevance
53 inline gf2_854 gf2_8_multiply(gf2_8 x, gf2_8 y) { in gf2_8_multiply()55 gf2_8 z = 0; in gf2_8_multiply()72 gf2_873 gf2_8_compute_inverse(gf2_8 x) { in gf2_8_compute_inverse()78 if (gf2_8_multiply((gf2_8) i, x) == 1) in gf2_8_compute_inverse()79 return (gf2_8) i; in gf2_8_compute_inverse()
52 typedef uint8_t gf2_8; typedef70 gf2_871 gf2_8_compute_inverse(gf2_8 x);76 gf2_877 gf2_8_multiply(gf2_8 x, gf2_8 y);
84 x = gf2_8_compute_inverse((gf2_8)i); in aes_init_sbox()
110 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
112 cryptomath = crypto/math/math.o crypto/math/gf2_8.o
1365 gf2_8 rc; in aes_expand_encryption_key()