HomeSort by relevance Sort by last modified time
    Searched refs:Fq12Conj (Results 1 - 4 of 4) sorted by null

  /external/epid-sdk/epid/member/tiny/math/
fq12.h 121 void Fq12Conj(Fq12Elem* result, Fq12Elem const* in);
  /external/epid-sdk/epid/member/tiny/math/src/
pairing.c 99 Fq12Conj(&t1, f);
106 Fq12Conj(&t1, &t1);
110 Fq12Conj(&t3, &t3);
114 Fq12Conj(&t0, &t0);
118 Fq12Conj(&t2, &t2);
122 Fq12Conj(&t2, &t2);
124 Fq12Conj(&t2, &t3);
127 Fq12Conj(&t1, &t1);
135 Fq12Conj(&t2, f);
282 Fq12Conj(d, d)
    [all...]
fq12.c 99 Fq12Conj(temp3, in);
149 void Fq12Conj(Fq12Elem* result, Fq12Elem const* in) {
  /external/epid-sdk/epid/member/tiny/math/unittests/
fq12-test.cc     [all...]

Completed in 48 milliseconds