Home
last modified time | relevance | path

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

/external/epid-sdk/epid/common/math/unittests/
Dprintutils-test.cc59 static const G1ElemStr efq_a_str; member in __anon2fa6ae9d0111::PrintutilsTest
157 efq_a = EcPointObj(&efq, efq_a_str); in ConstructEllipticCurveGroups()
270 const G1ElemStr PrintutilsTest::efq_a_str = { member in __anon2fa6ae9d0111::PrintutilsTest
314 PrintG1ElemStr(&efq_a_str, "efq_a_str", kPrintUtilAnnotated); in TEST_F()
333 PrintG1ElemStr(&efq_a_str, "efq_a_str", kPrintUtilUnannotated); in TEST_F()
376 PrintG1ElemStr(&efq_a_str, "efq_a_str", (PrintUtilFormat)100); in TEST_F()
Decgroup-test.cc155 static const G1ElemStr efq_a_str; member in __anona3e716940111::EcGroupTest
203 efq_a = EcPointObj(&efq, efq_a_str); in SetUp()
312 const G1ElemStr EcGroupTest::efq_a_str = { member in __anona3e716940111::EcGroupTest
741 EXPECT_EQ(kEpidBadArgErr, ReadEcPoint(nullptr, &(this->efq_a_str), in TEST_F()
742 sizeof(this->efq_a_str), this->efq_a)); in TEST_F()
744 sizeof(this->efq_a_str), this->efq_a)); in TEST_F()
745 EXPECT_EQ(kEpidBadArgErr, ReadEcPoint(this->efq, &(this->efq_a_str), in TEST_F()
746 sizeof(this->efq_a_str), nullptr)); in TEST_F()
750 ReadEcPoint(this->efq, &(this->efq_a_str), 0, this->efq_a)); in TEST_F()
752 ReadEcPoint(this->efq, &(this->efq_a_str), in TEST_F()
[all …]