Lines Matching refs:gf
14 static const gf MODULUS = {
21 void gf_serialize(uint8_t serial[SER_BYTES], const gf x, int with_hibit) in gf_serialize()
26 gf red; in gf_serialize()
46 mask_t gf_hibit(const gf x) in gf_hibit()
48 gf y; in gf_hibit()
56 mask_t gf_lobit(const gf x) in gf_lobit()
58 gf y; in gf_lobit()
66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit, in gf_deserialize()
100 void gf_strong_reduce(gf a) in gf_strong_reduce()
142 void gf_sub(gf d, const gf a, const gf b) in gf_sub()
150 void gf_add(gf d, const gf a, const gf b) in gf_add()
157 mask_t gf_eq(const gf a, const gf b) in gf_eq()
159 gf c; in gf_eq()
172 mask_t gf_isr(gf a, const gf x) in gf_isr()
174 gf L0, L1, L2; in gf_isr()