Home
last modified time | relevance | path

Searched refs:Fq12Conj (Results 1 – 4 of 4) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Dpairing.c99 Fq12Conj(&t1, f); in finalExp()
106 Fq12Conj(&t1, &t1); in finalExp()
110 Fq12Conj(&t3, &t3); in finalExp()
114 Fq12Conj(&t0, &t0); in finalExp()
118 Fq12Conj(&t2, &t2); in finalExp()
122 Fq12Conj(&t2, &t2); in finalExp()
124 Fq12Conj(&t2, &t3); in finalExp()
127 Fq12Conj(&t1, &t1); in finalExp()
135 Fq12Conj(&t2, f); in finalExp()
282 Fq12Conj(d, d); in PairingCompute()
Dfq12.c99 Fq12Conj(temp3, in); in Fq12Inv()
149 void Fq12Conj(Fq12Elem* result, Fq12Elem const* in) { in Fq12Conj() function
/external/epid-sdk/epid/member/tiny/math/
Dfq12.h121 void Fq12Conj(Fq12Elem* result, Fq12Elem const* in);
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq12-test.cc789 Fq12Conj(&actual, &input); in TEST()