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

  /external/epid-sdk/epid/member/tiny/math/
fq12.h 131 void Fq12ExpCyc(Fq12Elem* result, Fq12Elem const* in, VeryLargeInt const* t);
  /external/epid-sdk/epid/member/tiny/math/src/
pairing.c 104 Fq12ExpCyc(&t1, f, &epid_t);
108 Fq12ExpCyc(&t3, &t1, &epid_t);
112 Fq12ExpCyc(&t0, &t3, &epid_t);
fq12.c 154 void Fq12ExpCyc(Fq12Elem* result, Fq12Elem const* in, VeryLargeInt const* t) {
  /external/epid-sdk/epid/member/tiny/math/unittests/
fq12-test.cc     [all...]

Completed in 936 milliseconds