Searched refs:EcSscmMultiExp (Results 1 – 4 of 4) sorted by relevance
/external/epid-sdk/epid/common/math/unittests/ |
D | ecgroup-test.cc | 1485 EcSscmMultiExp(this->efq2, pts_ec1, b, m, this->efq_r)); in TEST_F() 1487 EcSscmMultiExp(this->efq, pts_ec2, b, m, this->efq_r)); in TEST_F() 1489 EcSscmMultiExp(this->efq, pts_ec1, b, m, this->efq2_r)); in TEST_F() 1491 EcSscmMultiExp(this->efq, pts_ec1_ec2, b, m, this->efq_r)); in TEST_F() 1508 EXPECT_EQ(kEpidBadArgErr, EcSscmMultiExp(nullptr, pts, b, m, this->efq_r)); in TEST_F() 1510 EcSscmMultiExp(this->efq, nullptr, b, m, this->efq_r)); in TEST_F() 1512 EcSscmMultiExp(this->efq, pts, nullptr, m, this->efq_r)); in TEST_F() 1513 EXPECT_EQ(kEpidBadArgErr, EcSscmMultiExp(this->efq, pts, b, m, nullptr)); in TEST_F() 1515 EcSscmMultiExp(this->efq, pts_withnull, b, m, this->efq_r)); in TEST_F() 1517 EcSscmMultiExp(this->efq, pts, b_withnull, m, this->efq_r)); in TEST_F() [all …]
|
/external/epid-sdk/epid/common/math/ |
D | ecgroup.h | 325 EpidStatus EcSscmMultiExp(EcGroup* g, EcPoint const** a, BigNumStr const** b,
|
/external/epid-sdk/epid/member/src/ |
D | nrprove.c | 174 sts = EcSscmMultiExp(G1, points, exponents, COUNT_OF(points), t); in EpidNrProve()
|
/external/epid-sdk/epid/common/math/src/ |
D | ecgroup.c | 741 EpidStatus EcSscmMultiExp(EcGroup* g, EcPoint const** a, BigNumStr const** b, in EcSscmMultiExp() function
|