Lines Matching refs:Fq2Elem
34 static void Fq4Square(Fq2Elem* out0, Fq2Elem* out1, Fq2Elem const* in0, in Fq4Square()
35 Fq2Elem const* in1) { in Fq4Square()
36 Fq2Elem tmp; in Fq4Square()
37 Fq2Elem* temp = &tmp; in Fq4Square()
171 Fq2Elem const* a0 = &(in->z0).y0; in Fq12SqCyc()
172 Fq2Elem const* a1 = &(in->z1).y0; in Fq12SqCyc()
173 Fq2Elem const* a2 = &(in->z0).y1; in Fq12SqCyc()
174 Fq2Elem const* a3 = &(in->z1).y1; in Fq12SqCyc()
175 Fq2Elem const* a4 = &(in->z0).y2; in Fq12SqCyc()
176 Fq2Elem const* a5 = &(in->z1).y2; in Fq12SqCyc()
177 Fq2Elem* e0 = &(result->z0).y0; in Fq12SqCyc()
178 Fq2Elem* e1 = &(result->z1).y0; in Fq12SqCyc()
179 Fq2Elem* e2 = &(result->z0).y1; in Fq12SqCyc()
180 Fq2Elem* e3 = &(result->z1).y1; in Fq12SqCyc()
181 Fq2Elem* e4 = &(result->z0).y2; in Fq12SqCyc()
182 Fq2Elem* e5 = &(result->z1).y2; in Fq12SqCyc()
183 Fq2Elem tmp1; in Fq12SqCyc()
184 Fq2Elem tmp2; in Fq12SqCyc()
185 Fq2Elem tmp3; in Fq12SqCyc()
186 Fq2Elem tmp4; in Fq12SqCyc()
187 Fq2Elem* temp1 = &tmp1; in Fq12SqCyc()
188 Fq2Elem* temp2 = &tmp2; in Fq12SqCyc()
189 Fq2Elem* temp3 = &tmp3; in Fq12SqCyc()
190 Fq2Elem* temp4 = &tmp4; in Fq12SqCyc()
227 Fq2Elem T3; in Fq12MulSpecial()
228 Fq2Elem* t3 = &T3; in Fq12MulSpecial()
229 Fq2Elem const* b0 = &(right->z0.y0); in Fq12MulSpecial()
230 Fq2Elem const* b1 = &right->z1.y0; in Fq12MulSpecial()
231 Fq2Elem const* b3 = &right->z1.y1; in Fq12MulSpecial()