Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc918 BigNumStr zero_bn_str = {0}; in TEST_F() local
920 EcExp(this->efq2, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
922 EcExp(this->efq, this->efq2_a, &zero_bn_str, this->efq_r)); in TEST_F()
924 EcExp(this->efq, this->efq_a, &zero_bn_str, this->efq2_r)); in TEST_F()
927 BigNumStr zero_bn_str = {0}; in TEST_F() local
929 EcExp(nullptr, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
931 EcExp(this->efq, nullptr, &zero_bn_str, this->efq_r)); in TEST_F()
935 EcExp(this->efq, this->efq_a, &zero_bn_str, nullptr)); in TEST_F()
939 BigNumStr zero_bn_str = {0}; in TEST_F() local
941 EcExp(this->efq, this->efq_a, &zero_bn_str, this->efq_r)); in TEST_F()
[all …]