Home | History | Annotate | Download | only in unittests

Lines Matching refs:fq_b

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