Home
last modified time | relevance | path

Searched refs:Fq2MulXi (Results 1 – 5 of 5) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Dfq6.c55 Fq2MulXi(temp_e, temp_d); in Fq6Mul()
59 Fq2MulXi(&result->y1, temp_c); // result->y1 = Fq2.mulXi(t2) in Fq6Mul()
83 Fq2MulXi(temp_d, temp_d); in Fq6Inv()
87 Fq2MulXi(temp_b, temp_b); in Fq6Inv()
96 Fq2MulXi(&result->y1, &result->y1); in Fq6Inv()
97 Fq2MulXi(&result->y2, &result->y2); in Fq6Inv()
127 Fq2MulXi(temp, &in->y2); in Fq6MulV()
166 Fq2MulXi(t3, t3); in Fq6Square()
170 Fq2MulXi(t0, t0); in Fq6Square()
Dfq12.c44 Fq2MulXi(temp, temp); in Fq4Square()
203 Fq2MulXi(temp2, temp2); in Fq12SqCyc()
Dfq2.c136 void Fq2MulXi(Fq2Elem* result, Fq2Elem const* in) { in Fq2MulXi() function
/external/epid-sdk/epid/member/tiny/math/
Dfq2.h145 void Fq2MulXi(Fq2Elem* result, Fq2Elem const* in);
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq2-test.cc334 Fq2MulXi(&res, &a); in TEST()