Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Defq2.c46 int EFq2IsInf(EccPointJacobiFq2 const* in) { in EFq2IsInf() function
58 if (EFq2IsInf(in)) { in EFq2ToAffine()
200 if (EFq2IsInf(left) && EFq2IsInf(right)) { in EFq2Eq()
204 if (EFq2IsInf(left) || EFq2IsInf(right)) { in EFq2Eq()
/external/epid-sdk/epid/member/tiny/math/unittests/
Defq2-test.cc47 EXPECT_TRUE(EFq2IsInf(&infinity)); in TEST()
64 EXPECT_FALSE(EFq2IsInf(&left)); in TEST()
/external/epid-sdk/epid/member/tiny/math/
Defq2.h34 int EFq2IsInf(EccPointJacobiFq2 const* in);