Lines Matching refs:fq_b
139 fq_b = FfElementObj(&fq, &bn_b_str, sizeof(bn_b_str)); in SetUp()
176 FfElementObj fq_b; member in __anon7a8ed96c0111::FfElementTest
1575 FfIsEqual(this->fq12, this->fq_a, this->fq_b, &result)); in TEST_F()
1577 FfIsEqual(this->fq, this->fq12_g, this->fq_b, &result)); in TEST_F()
1600 EXPECT_EQ(kEpidNoErr, FfIsEqual(this->fq, this->fq_a, this->fq_b, &result)); in TEST_F()
1749 FfMul(nullptr, this->fq_a, this->fq_b, this->fq_result)); in TEST_F()
1751 FfMul(this->fq, nullptr, this->fq_b, this->fq_result)); in TEST_F()
1754 EXPECT_EQ(kEpidBadArgErr, FfMul(this->fq, this->fq_a, this->fq_b, nullptr)); in TEST_F()
1759 FfMul(this->fq12, this->fq_a, this->fq_b, this->fq_result)); in TEST_F()
1761 FfMul(this->fq, this->fq12_g, this->fq_b, this->fq_result)); in TEST_F()
1765 FfMul(this->fq, this->fq_a, this->fq_b, this->fq12_result)); in TEST_F()
1774 FfMul(this->fq, this->fq_0, this->fq_b, this->fq_result)); in TEST_F()
1790 FfMul(this->fq, this->fq_1, this->fq_b, this->fq_result)); in TEST_F()
1806 FfMul(this->fq, this->fq_a, this->fq_b, this->fq_result)); in TEST_F()
1814 ReadFfElement(this->fq, &(fq_b_str), sizeof(fq_b_str), this->fq_b)); in TEST_F()
1816 FfMul(this->fq2, this->fq2_a, this->fq_b, this->fq2_result)); in TEST_F()
1837 FfSub(this->fq12, this->fq_a, this->fq_b, this->fq_result)); in TEST_F()
1839 FfSub(this->fq, this->fq12_g, this->fq_b, this->fq_result)); in TEST_F()
1843 FfSub(this->fq, this->fq_a, this->fq_b, this->fq12_result)); in TEST_F()
1848 FfSub(nullptr, this->fq_a, this->fq_b, this->fq_result)); in TEST_F()
1850 FfSub(this->fq, nullptr, this->fq_b, this->fq_result)); in TEST_F()
1853 EXPECT_EQ(kEpidBadArgErr, FfSub(this->fq, this->fq_a, this->fq_b, nullptr)); in TEST_F()
1887 FfSub(this->fq, this->fq_sum_ab, this->fq_b, this->fq_result)); in TEST_F()
1925 FfAdd(this->fq12, this->fq_a, this->fq_b, this->fq_result)); in TEST_F()
1927 FfAdd(this->fq, this->fq12_g, this->fq_b, this->fq_result)); in TEST_F()
1931 FfAdd(this->fq, this->fq_a, this->fq_b, this->fq12_result)); in TEST_F()
1936 FfAdd(nullptr, this->fq_a, this->fq_b, this->fq_result)); in TEST_F()
1938 FfAdd(this->fq, nullptr, this->fq_b, this->fq_result)); in TEST_F()
1941 EXPECT_EQ(kEpidBadArgErr, FfAdd(this->fq, this->fq_a, this->fq_b, nullptr)); in TEST_F()
1955 FfAdd(this->fq, this->fq_0, this->fq_b, this->fq_result)); in TEST_F()
1971 FfAdd(this->fq, this->fq_a, this->fq_b, this->fq_result)); in TEST_F()
2206 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()
2215 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()
2216 FfElement const* p_withnull[] = {nullptr, this->fq_b}; in TEST_F()
2233 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()
2383 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()
2392 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()
2393 FfElement const* p_withnull[] = {nullptr, this->fq_b}; in TEST_F()
2412 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()
2614 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()
2626 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()
2627 FfElement const* p_withnull[] = {nullptr, this->fq_b}; in TEST_F()
2645 FfElement const* p[] = {this->fq_a, this->fq_b}; in TEST_F()