Home
last modified time | relevance | path

Searched refs:Fq6Cp (Results 1 – 4 of 4) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Dfq12.c150 Fq6Cp(&result->z0, &in->z0); in Fq12Conj()
271 Fq6Cp(r0, t2); in Fq12MulSpecial()
275 Fq6Cp(&result->z0, &in->z0); in Fq12Cp()
276 Fq6Cp(&result->z1, &in->z1); in Fq12Cp()
Dfq6.c176 void Fq6Cp(Fq6Elem* result, Fq6Elem const* in) { in Fq6Cp() function
/external/epid-sdk/epid/member/tiny/math/
Dfq6.h118 void Fq6Cp(Fq6Elem* result, Fq6Elem const* in);
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq6-test.cc387 Fq6Cp(&result, &a); in TEST()