Home
last modified time | relevance | path

Searched refs:Fq2Set (Results 1 – 6 of 6) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Defq2.c41 Fq2Set(&result->X, 0); in EFq2Inf()
42 Fq2Set(&result->Y, 1); in EFq2Inf()
43 Fq2Set(&result->Z, 0); in EFq2Inf()
53 Fq2Set(&result->Z, 1); in EFq2FromAffine()
Dfq2.c29 void Fq2Set(Fq2Elem* result, uint32_t in) { in Fq2Set() function
Dpairing.c263 Fq2Set(&Z, 1); in PairingCompute()
264 Fq2Set(&Z2, 1); in PairingCompute()
Dfq6.c191 Fq2Set(&result->y0, in); in Fq6Set()
/external/epid-sdk/epid/member/tiny/math/
Dfq2.h42 void Fq2Set(Fq2Elem* result, uint32_t in);
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq2-test.cc52 Fq2Set(&result, small); in TEST()