Home
last modified time | relevance | path

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

/external/epid-sdk/epid/verifier/1.1/unittests/
Dcontext-test.cc410 Epid11GroupRl* empty_grl = (Epid11GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F() local
413 Epid11VerifierSetGroupRl(verifier, empty_grl, grl_size)); in TEST_F()
427 Epid11GroupRl* empty_grl = (Epid11GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F() local
429 Epid11VerifierSetGroupRl(verifier, empty_grl, in TEST_F()
/external/epid-sdk/epid/verifier/unittests/
Dcontext-test.cc454 GroupRl* empty_grl = (GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F() local
456 EXPECT_EQ(kEpidNoErr, EpidVerifierSetGroupRl(verifier, empty_grl, grl_size)); in TEST_F()
460 GroupRl* empty_grl = (GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F() local
462 EXPECT_EQ(kEpidNoErr, EpidVerifierSetGroupRl(verifier, empty_grl, grl_size)); in TEST_F()
476 GroupRl* empty_grl = (GroupRl*)this->kGroupRlEmptyBuf.data(); in TEST_F() local
478 EpidVerifierSetGroupRl(verifier, empty_grl, in TEST_F()