Lines Matching refs:efq2_a
213 efq2_a = EcPointObj(&efq2, efq2_a_str); in SetUp()
253 EcPointObj efq2_a; member in __anona3e716940111::EcGroupTest
802 sizeof(bad_g2_point), this->efq2_a)); in TEST_F()
844 EXPECT_EQ(kEpidNoErr, WriteEcPoint(this->efq2, this->efq2_a, &g2_elem_str, in TEST_F()
854 EcMul(this->efq, this->efq2_a, this->efq_b, this->efq_r)); in TEST_F()
896 EcMul(this->efq2, this->efq2_a, this->efq2_identity, this->efq2_r)); in TEST_F()
902 EcMul(this->efq2, this->efq2_identity, this->efq2_a, this->efq2_r)); in TEST_F()
910 EcMul(this->efq2, this->efq2_a, this->efq2_b, this->efq2_r)); in TEST_F()
922 EcExp(this->efq, this->efq2_a, &zero_bn_str, this->efq_r)); in TEST_F()
958 EcExp(this->efq2, this->efq2_a, &zero_bn_str, this->efq2_r)); in TEST_F()
966 EcExp(this->efq2, this->efq2_a, &this->x_str, this->efq2_r)); in TEST_F()
978 EcSscmExp(this->efq, this->efq2_a, &zero_bn_str, this->efq_r)); in TEST_F()
1014 EcSscmExp(this->efq2, this->efq2_a, &zero_bn_str, this->efq2_r)); in TEST_F()
1022 EcSscmExp(this->efq2, this->efq2_a, &this->x_str, this->efq2_r)); in TEST_F()
1031 EcPoint const* pts_ec2[] = {this->efq2_a, this->efq2_b}; in TEST_F()
1113 EcPoint const* pts[] = {this->efq2_a}; in TEST_F()
1124 EcPoint const* pts[] = {this->efq2_a, this->efq2_a}; in TEST_F()
1135 EcPoint const* pts[] = {this->efq2_a, this->efq2_a, this->efq2_a, in TEST_F()
1136 this->efq2_a, this->efq2_a, this->efq2_a}; in TEST_F()
1167 EcPoint const* pts[] = {this->efq2_a}; in TEST_F()
1177 EcPoint const* pts[] = {this->efq2_a, this->efq2_b}; in TEST_F()
1187 EcPoint const* pts[] = {this->efq2_a, this->efq2_b}; in TEST_F()
1204 EcPoint const* pts_ec2[] = {this->efq2_a, this->efq2_b}; in TEST_F()
1301 EcPoint const* pts[] = {this->efq2_a}; in TEST_F()
1313 EcPoint const* pts[] = {this->efq2_a, this->efq2_a}; in TEST_F()
1332 EcPoint const* pts[] = {this->efq2_a, this->efq2_a, this->efq2_a, in TEST_F()
1333 this->efq2_a, this->efq2_a, this->efq2_a}; in TEST_F()
1367 EcPoint const* pts[] = {this->efq2_a}; in TEST_F()
1378 EcPoint const* pts[] = {this->efq2_a, this->efq2_b}; in TEST_F()
1390 EcPoint const* pts[] = {this->efq2_a, this->efq2_b}; in TEST_F()
1471 EcPoint const* pts_ec2[] = {this->efq2_a, this->efq2_b}; in TEST_F()
1557 EcPoint const* pts[] = {this->efq2_a}; in TEST_F()
1568 EcPoint const* pts[] = {this->efq2_a, this->efq2_a}; in TEST_F()
1579 EcPoint const* pts[] = {this->efq2_a, this->efq2_a, this->efq2_a, in TEST_F()
1580 this->efq2_a, this->efq2_a, this->efq2_a}; in TEST_F()
1611 EcPoint const* pts[] = {this->efq2_a}; in TEST_F()
1621 EcPoint const* pts[] = {this->efq2_a, this->efq2_b}; in TEST_F()
1631 EcPoint const* pts[] = {this->efq2_a, this->efq2_b}; in TEST_F()
2026 EXPECT_EQ(kEpidBadArgErr, EcInverse(this->efq, this->efq2_a, this->efq_r)); in TEST_F()
2059 EXPECT_EQ(kEpidNoErr, EcInverse(this->efq2, this->efq2_a, this->efq2_r)); in TEST_F()
2071 EcIsEqual(this->efq, this->efq2_a, this->efq_a, &result)); in TEST_F()
2073 EcIsEqual(this->efq, this->efq_a, this->efq2_a, &result)); in TEST_F()
2093 EcIsEqual(this->efq2, this->efq2_a, this->efq2_a, &result)); in TEST_F()
2122 EcIsEqual(this->efq2, this->efq2_a, this->efq2_b, &result)); in TEST_F()
2130 EcIsEqual(this->efq2, this->efq2_a, this->efq2_b, &result)); in TEST_F()
2168 EXPECT_EQ(kEpidNoErr, EcIsIdentity(this->efq2, this->efq2_a, &result)); in TEST_F()