Home
last modified time | relevance | path

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

/external/epid-sdk/epid/verifier/1.1/unittests/
Dcontext-test.cc410 Epid11GroupRl* empty_grl = (Epid11GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F()
411 size_t grl_size = this->kGroupRlEmptyBuf.size(); in TEST_F()
427 Epid11GroupRl* empty_grl = (Epid11GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F()
430 this->kGroupRlEmptyBuf.size())); in TEST_F()
Dverifier-testhelper.h86 static const std::vector<uint8_t> kGroupRlEmptyBuf; variable
Dverifier-testhelper.cc180 const std::vector<uint8_t> Epid11VerifierTest::kGroupRlEmptyBuf = { member in Epid11VerifierTest
Dverify-test.cc701 auto& grp_rl = this->kGroupRlEmptyBuf; in TEST_F()
734 auto& grp_rl = this->kGroupRlEmptyBuf; in TEST_F()
754 auto& grp_rl = this->kGroupRlEmptyBuf; in TEST_F()
/external/epid-sdk/epid/verifier/unittests/
Dcontext-test.cc454 GroupRl* empty_grl = (GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F()
455 size_t grl_size = this->kGroupRlEmptyBuf.size(); in TEST_F()
460 GroupRl* empty_grl = (GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F()
461 size_t grl_size = this->kGroupRlEmptyBuf.size(); in TEST_F()
476 GroupRl* empty_grl = (GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F()
479 this->kGroupRlEmptyBuf.size())); in TEST_F()
Dverifier-testhelper.h107 static const std::vector<uint8_t> kGroupRlEmptyBuf; variable
Dverifier-testhelper.cc345 const std::vector<uint8_t> EpidVerifierTest::kGroupRlEmptyBuf = { member in EpidVerifierTest