Home
last modified time | relevance | path

Searched refs:pts_ec1 (Results 1 – 1 of 1) sorted by relevance

/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc1030 EcPoint const* pts_ec1[] = {this->efq_a, this->efq_b}; in TEST_F() local
1044 EXPECT_EQ(kEpidBadArgErr, EcMultiExp(this->efq2, pts_ec1, b, m, this->efq_r)); in TEST_F()
1046 EXPECT_EQ(kEpidBadArgErr, EcMultiExp(this->efq, pts_ec1, b, m, this->efq2_r)); in TEST_F()
1203 EcPoint const* pts_ec1[] = {this->efq_a, this->efq_b}; in TEST_F() local
1219 EcMultiExpBn(this->efq2, pts_ec1, b, m, this->efq_r)); in TEST_F()
1223 EcMultiExpBn(this->efq, pts_ec1, b, m, this->efq2_r)); in TEST_F()
1470 EcPoint const* pts_ec1[] = {this->efq_a, this->efq_b}; in TEST_F() local
1485 EcSscmMultiExp(this->efq2, pts_ec1, b, m, this->efq_r)); in TEST_F()
1489 EcSscmMultiExp(this->efq, pts_ec1, b, m, this->efq2_r)); in TEST_F()