Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/unittests/
Dffelement-test.cc2218 BigNumStr const* b_withnull[] = {nullptr, &this->fq_multi_exp_exp_2[1]}; in TEST_F() local
2229 FfMultiExp(this->fq, p, b_withnull, m, this->fq_result)); in TEST_F()
2397 BigNum const* b_withnull[] = {nullptr, bn_exp_1}; in TEST_F() local
2408 FfMultiExpBn(this->fq, p, b_withnull, m, this->fq_result)); in TEST_F()
2630 BigNumStr const* b_withnull[] = {nullptr, &this->fq_multi_exp_exp_2[1]}; in TEST_F() local
2641 FfSscmMultiExp(this->fq, p, b_withnull, m, this->fq_result)); in TEST_F()
Decgroup-test.cc1062 BigNumStr const* b_withnull[] = {nullptr, &bnm1}; in TEST_F() local
1073 EcMultiExp(this->efq, pts, b_withnull, m, this->efq_r)); in TEST_F()
1241 BigNum const* b_withnull[] = {nullptr, bno1}; in TEST_F() local
1252 EcMultiExpBn(this->efq, pts, b_withnull, m, this->efq_r)); in TEST_F()
1505 BigNumStr const* b_withnull[] = {nullptr, &bnm1}; in TEST_F() local
1517 EcSscmMultiExp(this->efq, pts, b_withnull, m, this->efq_r)); in TEST_F()