Home
last modified time | relevance | path

Searched refs:FqEq (Results 1 – 5 of 5) sorted by relevance

/external/epid-sdk/epid/member/tiny/math/src/
Defq.c289 return FqEq(&fq1, &fq2) && FqEq(&fq3, &fq4); in EFqEq()
341 return FqEq(&left->x, &right->x) && FqEq(&left->y, &right->y); in EFqEqAffine()
398 return FqEq(&fq1, &fq2); // check Y^2 = X^3 + 3 Z^6 in EFqJOnCurve()
Dfq2.c133 return FqEq(&(left->x0), &(right->x0)) && FqEq(&(left->x1), &(right->x1)); in Fq2Eq()
Dfq.c81 int FqEq(FqElem const* left, FqElem const* right) { in FqEq() function
/external/epid-sdk/epid/member/tiny/math/unittests/
Dfq-test.cc224 EXPECT_TRUE(FqEq(&a, &c)); in TEST()
231 EXPECT_FALSE(FqEq(&a, &b)); in TEST()
/external/epid-sdk/epid/member/tiny/math/
Dfq.h129 int FqEq(FqElem const* left, FqElem const* right);