Searched refs:Fq12Conj (Results 1 – 4 of 4) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/src/ |
D | pairing.c | 99 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()
|
D | fq12.c | 99 Fq12Conj(temp3, in); in Fq12Inv() 149 void Fq12Conj(Fq12Elem* result, Fq12Elem const* in) { in Fq12Conj() function
|
/external/epid-sdk/epid/member/tiny/math/ |
D | fq12.h | 121 void Fq12Conj(Fq12Elem* result, Fq12Elem const* in);
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | fq12-test.cc | 789 Fq12Conj(&actual, &input); in TEST()
|