Home
last modified time | relevance | path

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

/external/epid-sdk/epid/verifier/unittests/
Dcontext-test.cc500 size_t res_ver_rl_size = this->kGrp01VerRl.size(); in TEST_F()
506 ctx, (VerifierRl const*)this->kGrp01VerRl.data(), res_ver_rl_size)); in TEST_F()
512 size_t res_ver_rl_size = this->kGrp01VerRl.size(); in TEST_F()
517 ctx, (VerifierRl const*)this->kGrp01VerRl.data(), res_ver_rl_size)); in TEST_F()
561 reinterpret_cast<VerifierRl const*>(this->kGrp01VerRl.data()); in TEST_F()
566 this->kGrp01VerRl.size())); in TEST_F()
571 VerifierRl* ver_rl_ptr = (VerifierRl*)(this->kGrp01VerRl.data()); in TEST_F()
577 ctx, ver_rl_ptr, this->kGrp01VerRl.size() * sizeof(uint8_t))); in TEST_F()
757 size_t res_ver_rl_size = this->kGrp01VerRl.size(); in TEST_F()
759 ctx, (VerifierRl const*)this->kGrp01VerRl.data(), res_ver_rl_size)); in TEST_F()
[all …]
Dverifier-testhelper.h65 static const std::vector<uint8_t> kGrp01VerRl; variable
Dverifier-testhelper.cc472 const std::vector<uint8_t> EpidVerifierTest::kGrp01VerRl = { member in EpidVerifierTest