Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/unittests/
Dffelement-test.cc2618 FfSscmMultiExp(this->fq12, p, b, 2, this->fq_result)); in TEST_F()
2620 FfSscmMultiExp(this->fq, p12, b, 2, this->fq_result)); in TEST_F()
2622 FfSscmMultiExp(this->fq, p, b, 2, this->fq12_result)); in TEST_F()
2632 EXPECT_EQ(kEpidBadArgErr, FfSscmMultiExp(nullptr, p, b, m, this->fq_result)); in TEST_F()
2634 FfSscmMultiExp(this->fq, nullptr, b, m, this->fq_result)); in TEST_F()
2636 FfSscmMultiExp(this->fq, p, nullptr, m, this->fq_result)); in TEST_F()
2637 EXPECT_EQ(kEpidBadArgErr, FfSscmMultiExp(this->fq, p, b, m, nullptr)); in TEST_F()
2639 FfSscmMultiExp(this->fq, p_withnull, b, m, this->fq_result)); in TEST_F()
2641 FfSscmMultiExp(this->fq, p, b_withnull, m, this->fq_result)); in TEST_F()
2649 EXPECT_EQ(kEpidBadArgErr, FfSscmMultiExp(this->fq, p, b, 0, this->fq_result)); in TEST_F()
[all …]
/external/epid-sdk/epid/common/math/
Dfinitefield.h426 EpidStatus FfSscmMultiExp(FiniteField* ff, FfElement const** a,
/external/epid-sdk/epid/common/math/src/
Dfinitefield.c1178 EpidStatus FfSscmMultiExp(FiniteField* ff, FfElement const** p, in FfSscmMultiExp() function