Searched refs:Fq6Eq (Results 1 – 4 of 4) sorted by relevance
318 EXPECT_TRUE(Fq6Eq(&a, &b)); in TEST()329 EXPECT_FALSE(Fq6Eq(&a, &b)); in TEST()
96 int Fq6Eq(Fq6Elem const* left, Fq6Elem const* right);
146 return Fq6Eq(&left->z0, &right->z0) && Fq6Eq(&left->z0, &right->z0); in Fq12Eq()
133 int Fq6Eq(Fq6Elem const* left, Fq6Elem const* right) { in Fq6Eq() function