Lines Matching refs:Fq2Elem
24 void Fq2Cp(Fq2Elem* result, Fq2Elem const* in) { in Fq2Cp()
29 void Fq2Set(Fq2Elem* result, uint32_t in) { in Fq2Set()
34 void Fq2Clear(Fq2Elem* result) { in Fq2Clear()
39 void Fq2Add(Fq2Elem* result, Fq2Elem const* left, Fq2Elem const* right) { in Fq2Add()
44 void Fq2Exp(Fq2Elem* result, Fq2Elem const* base, VeryLargeInt const* exp) { in Fq2Exp()
46 Fq2Elem tmp; in Fq2Exp()
47 Fq2Elem tmp2; in Fq2Exp()
48 Fq2Elem* temp = &tmp; in Fq2Exp()
49 Fq2Elem* temp2 = &tmp2; in Fq2Exp()
63 void Fq2Sub(Fq2Elem* result, Fq2Elem const* left, Fq2Elem const* right) { in Fq2Sub()
68 void Fq2Mul(Fq2Elem* result, Fq2Elem const* left, Fq2Elem const* right) { in Fq2Mul()
85 void Fq2Inv(Fq2Elem* result, Fq2Elem const* in) { in Fq2Inv()
99 void Fq2Neg(Fq2Elem* result, Fq2Elem const* in) { in Fq2Neg()
104 void Fq2Conj(Fq2Elem* result, Fq2Elem const* in) { in Fq2Conj()
109 void Fq2Square(Fq2Elem* result, Fq2Elem const* in) { in Fq2Square()
121 void Fq2MulScalar(Fq2Elem* result, Fq2Elem const* left, FqElem const* right) { in Fq2MulScalar()
126 void Fq2CondSet(Fq2Elem* result, Fq2Elem const* true_val, in Fq2CondSet()
127 Fq2Elem const* false_val, int truth_val) { in Fq2CondSet()
132 int Fq2Eq(Fq2Elem const* left, Fq2Elem const* right) { in Fq2Eq()
136 void Fq2MulXi(Fq2Elem* result, Fq2Elem const* in) { in Fq2MulXi()
148 int Fq2IsZero(Fq2Elem const* value) { in Fq2IsZero()