Lines Matching refs:Fq12Elem
28 static void Fq12MulScalar(Fq12Elem* result, Fq12Elem const* left, in Fq12MulScalar()
48 static void Fq12CondSet(Fq12Elem* result, Fq12Elem const* true_val, in Fq12CondSet()
49 Fq12Elem const* false_val, int truth_val) { in Fq12CondSet()
54 void Fq12Add(Fq12Elem* result, Fq12Elem const* left, Fq12Elem const* right) { in Fq12Add()
59 void Fq12Sub(Fq12Elem* result, Fq12Elem const* left, Fq12Elem const* right) { in Fq12Sub()
64 void Fq12Square(Fq12Elem* result, Fq12Elem const* in) { in Fq12Square()
77 void Fq12Mul(Fq12Elem* result, Fq12Elem const* left, Fq12Elem const* right) { in Fq12Mul()
94 void Fq12Inv(Fq12Elem* result, Fq12Elem const* in) { in Fq12Inv()
95 Fq12Elem tmp3; in Fq12Inv()
96 Fq12Elem tmp4; in Fq12Inv()
97 Fq12Elem* const temp3 = &tmp3; in Fq12Inv()
98 Fq12Elem* const temp4 = &tmp4; in Fq12Inv()
105 void Fq12Neg(Fq12Elem* result, Fq12Elem const* in) { in Fq12Neg()
110 void Fq12Set(Fq12Elem* result, uint32_t val) { in Fq12Set()
115 void Fq12Exp(Fq12Elem* result, Fq12Elem const* base, VeryLargeInt const* exp) { in Fq12Exp()
117 Fq12Elem tmp, tmp2, *const temp = &tmp, *const temp2 = &tmp2; in Fq12Exp()
130 void Fq12MultiExp(Fq12Elem* result, Fq12Elem const* base0, in Fq12MultiExp()
131 VeryLargeInt const* exp0, Fq12Elem const* base1, in Fq12MultiExp()
132 VeryLargeInt const* exp1, Fq12Elem const* base2, in Fq12MultiExp()
133 VeryLargeInt const* exp2, Fq12Elem const* base3, in Fq12MultiExp()
135 Fq12Elem tmp; in Fq12MultiExp()
145 int Fq12Eq(Fq12Elem const* left, Fq12Elem const* right) { in Fq12Eq()
149 void Fq12Conj(Fq12Elem* result, Fq12Elem const* in) { in Fq12Conj()
154 void Fq12ExpCyc(Fq12Elem* result, Fq12Elem const* in, VeryLargeInt const* t) { in Fq12ExpCyc()
156 Fq12Elem ac; in Fq12ExpCyc()
157 Fq12Elem* const acc = ∾ in Fq12ExpCyc()
170 void Fq12SqCyc(Fq12Elem* result, Fq12Elem const* in) { in Fq12SqCyc()
225 void Fq12MulSpecial(Fq12Elem* result, Fq12Elem const* left, in Fq12MulSpecial()
226 Fq12Elem const* right) { in Fq12MulSpecial()
274 void Fq12Cp(Fq12Elem* result, Fq12Elem const* in) { in Fq12Cp()
279 void Fq12Clear(Fq12Elem* result) { in Fq12Clear()