Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc205 efq_r = EcPointObj(&efq); in SetUp()
248 EcPointObj efq_r; member in __anona3e716940111::EcGroupTest
852 EcMul(this->efq2, this->efq_a, this->efq_b, this->efq_r)); in TEST_F()
854 EcMul(this->efq, this->efq2_a, this->efq_b, this->efq_r)); in TEST_F()
856 EcMul(this->efq, this->efq_a, this->efq2_b, this->efq_r)); in TEST_F()
862 EcMul(nullptr, this->efq_a, this->efq_b, this->efq_r)); in TEST_F()
864 EcMul(this->efq, nullptr, this->efq_b, this->efq_r)); in TEST_F()
866 EcMul(this->efq, this->efq_a, nullptr, this->efq_r)); in TEST_F()
873 EcMul(this->efq, this->efq_a, this->efq_identity, this->efq_r)); in TEST_F()
875 WriteEcPoint(this->efq, efq_r, &efq_r_str, sizeof(efq_r_str))); in TEST_F()
[all …]