Searched refs:FqSqrt (Results 1 – 4 of 4) sorted by relevance
265 EXPECT_TRUE(FqSqrt(&actual, &in)); in TEST()274 EXPECT_TRUE(FqSqrt(&actual, &in)); in TEST()281 EXPECT_FALSE(FqSqrt(&actual, &in)); in TEST()
148 int FqSqrt(FqElem* result, FqElem const* in);
90 int FqSqrt(FqElem* result, FqElem const* in) { in FqSqrt() function
34 if (!FqSqrt(&output->y, &fq_sqrt)) { in EFqMakePoint()323 if (FqSqrt(&result->y, &tmp)) { in EFqHash()