Home
last modified time | relevance | path

Searched refs:Fq12Cp (Results 1 – 3 of 3) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Dfq12.c127 Fq12Cp(result, temp); in Fq12Exp()
158 Fq12Cp(acc, in); in Fq12ExpCyc()
159 Fq12Cp(result, in); in Fq12ExpCyc()
274 void Fq12Cp(Fq12Elem* result, Fq12Elem const* in) { in Fq12Cp() function
/external/epid-sdk/epid/member/tiny/math/
Dfq12.h157 void Fq12Cp(Fq12Elem* result, Fq12Elem const* in);
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq12-test.cc1021 Fq12Cp(&result, &a); in TEST()