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

  /external/epid-sdk/epid/member/tiny/math/
fq12.h 138 void Fq12SqCyc(Fq12Elem* result, Fq12Elem const* in);
  /external/epid-sdk/epid/member/tiny/math/src/
pairing.c 119 Fq12SqCyc(&t0, &t2);
132 Fq12SqCyc(&t1, &t1);
134 Fq12SqCyc(&t1, &t1);
143 Fq12SqCyc(&t0, &t0);
fq12.c 162 Fq12SqCyc(result, result);
170 void Fq12SqCyc(Fq12Elem* result, Fq12Elem const* in) {
  /external/epid-sdk/epid/member/tiny/math/unittests/
fq12-test.cc     [all...]

Completed in 1531 milliseconds