Searched refs:Fq12ExpCyc (Results 1 – 4 of 4) sorted by relevance
/external/epid-sdk/epid/member/tiny/math/ |
D | fq12.h | 131 void Fq12ExpCyc(Fq12Elem* result, Fq12Elem const* in, VeryLargeInt const* t);
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | pairing.c | 104 Fq12ExpCyc(&t1, f, &epid_t); in finalExp() 108 Fq12ExpCyc(&t3, &t1, &epid_t); in finalExp() 112 Fq12ExpCyc(&t0, &t3, &epid_t); in finalExp()
|
D | fq12.c | 154 void Fq12ExpCyc(Fq12Elem* result, Fq12Elem const* in, VeryLargeInt const* t) { in Fq12ExpCyc() function
|
/external/epid-sdk/epid/member/tiny/math/unittests/ |
D | fq12-test.cc | 848 Fq12ExpCyc(&actual, &input, &pairing_t); in TEST()
|