Home
last modified time | relevance | path

Searched refs:GroupPubKey (Results 1 – 25 of 68) sorted by relevance

123

/external/epid-sdk/epid/common-testhelper/
Dmember_wrapper-testhelper.h32 explicit MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
35 explicit MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
43 explicit MemberCtxObj(GroupPubKey const& pub_key,
47 MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
51 MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
55 MemberCtxObj(GroupPubKey const& pub_key, MembershipCredential const& cred,
59 MemberCtxObj(GroupPubKey const& pub_key, MembershipCredential const& cred,
Dmember_wrapper-testhelper.cc44 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key, in MemberCtxObj()
67 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, in MemberCtxObj()
91 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key, in MemberCtxObj()
133 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key, in MemberCtxObj()
157 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key, in MemberCtxObj()
188 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, in MemberCtxObj()
213 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, in MemberCtxObj()
Dverifier_wrapper-testhelper.h32 explicit VerifierCtxObj(GroupPubKey const& pub_key);
34 VerifierCtxObj(GroupPubKey const& pub_key, VerifierPrecomp const& precomp);
/external/epid-sdk/epid/member/tiny/unittests/
Dmember-testhelper.h46 bool operator==(GroupPubKey const& lhs, GroupPubKey const& rhs);
52 static const GroupPubKey kGroupPublicKey;
86 static const GroupPubKey kGrpXKey;
101 static const GroupPubKey kGrpYKey;
109 static const GroupPubKey kEps0GroupPublicKey;
Dmember-testhelper.cc51 bool operator==(GroupPubKey const& lhs, GroupPubKey const& rhs) { in operator ==()
56 const GroupPubKey EpidMemberTest::kGroupPublicKey = {
390 const GroupPubKey EpidMemberTest::kGrpXKey = {
413 const GroupPubKey EpidMemberTest::kGrpYKey = {
424 const GroupPubKey EpidMemberTest::kEps0GroupPublicKey = {
Djoin_request-test.cc63 const GroupPubKey kPubKey = {
73 GroupPubKey const& grp_public_key, FpElemStr const& f, in ValidateJoinRequest()
124 GroupPubKey pub_key = kPubKey; in TEST_F()
142 GroupPubKey pub_key = kPubKey; in TEST_F()
157 GroupPubKey pub_key = kPubKey; in TEST_F()
184 GroupPubKey pub_key = kPubKey; in TEST_F()
224 GroupPubKey pub_key = kPubKey; in TEST_F()
248 GroupPubKey pub_key = kPubKey; in TEST_F()
273 GroupPubKey pub_key = kPubKey; in TEST_F()
303 GroupPubKey pub_key = kPubKey; in TEST_F()
[all …]
Dprovision_credential-test.cc39 GroupPubKey const* pub_key, in ProvisionCredentialAndStart()
53 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
82 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
121 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
194 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
219 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
238 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
254 const GroupPubKey* pub_key = reinterpret_cast<const GroupPubKey*>( in TEST_F()
276 const GroupPubKey* pub_key = reinterpret_cast<const GroupPubKey*>( in TEST_F()
298 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
Dprovision_key-test.cc38 EpidStatus ProvisionBulkAndStart(MemberCtx* ctx, GroupPubKey const* pub_key, in ProvisionBulkAndStart()
52 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
74 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
88 const GroupPubKey pub_key = { in TEST_F()
109 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
181 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
199 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
223 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
Dprovision_compressed-test.cc39 MemberCtx* ctx, GroupPubKey const* pub_key, in ProvisionCompressedAndStart()
53 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
79 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
96 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
151 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
/external/epid-sdk/epid/member/unittests/
Dmember-testhelper.h44 bool operator==(GroupPubKey const& lhs, GroupPubKey const& rhs);
50 static const GroupPubKey kGroupPublicKey;
82 static const GroupPubKey kGrpXKey;
97 static const GroupPubKey kGrpYKey;
105 static const GroupPubKey kEps0GroupPublicKey;
Dmember-testhelper.cc50 bool operator==(GroupPubKey const& lhs, GroupPubKey const& rhs) { in operator ==()
55 const GroupPubKey EpidMemberTest::kGroupPublicKey = {
358 const GroupPubKey EpidMemberTest::kGrpXKey = {
381 const GroupPubKey EpidMemberTest::kGrpYKey = {
392 const GroupPubKey EpidMemberTest::kEps0GroupPublicKey = {
Djoin_request-test.cc64 const GroupPubKey kPubKey = {
74 GroupPubKey const& grp_public_key, FpElemStr const& f, in ValidateJoinRequest()
125 GroupPubKey pub_key = kPubKey; in TEST_F()
145 GroupPubKey pub_key = kPubKey; in TEST_F()
172 GroupPubKey pub_key = kPubKey; in TEST_F()
212 GroupPubKey pub_key = kPubKey; in TEST_F()
237 GroupPubKey pub_key = kPubKey; in TEST_F()
257 GroupPubKey pub_key = kPubKey; in TEST_F()
289 GroupPubKey pub_key = kPubKey; in TEST_F()
314 GroupPubKey pub_key = kPubKey; in TEST_F()
[all …]
Dprovision_credential-test.cc41 GroupPubKey const* pub_key, in ProvisionCredentialAndStart()
55 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
84 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
123 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
196 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
221 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
240 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
256 const GroupPubKey* pub_key = reinterpret_cast<const GroupPubKey*>( in TEST_F()
278 const GroupPubKey* pub_key = reinterpret_cast<const GroupPubKey*>( in TEST_F()
303 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
Dprovision_key-test.cc40 EpidStatus ProvisionBulkAndStart(MemberCtx* ctx, GroupPubKey const* pub_key, in ProvisionBulkAndStart()
54 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
76 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
90 const GroupPubKey pub_key = { in TEST_F()
111 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
183 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
201 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
227 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
Dstorage-test.cc45 GroupPubKey const pub_key = this->kGroupPublicKey; in TEST_F()
66 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
81 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
106 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
Diskeyvalid-test.cc43 const GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
71 const GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
90 GroupPubKey pub_key = this->kGroupPublicKey; in TEST_F()
118 GroupPubKey tmp_pub_key = pub_key; in TEST_F()
148 const GroupPubKey eps0_pub_key = { in TEST_F()
Dprovision_compressed-test.cc40 MemberCtx* ctx, GroupPubKey const* pub_key, in ProvisionCompressedAndStart()
54 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
80 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
98 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
153 GroupPubKey pub_key = this->kGrpXKey; in TEST_F()
/external/epid-sdk/epid/member/src/
Dstorage.h26 typedef struct GroupPubKey GroupPubKey; typedef
50 Tpm2Ctx* ctx, GroupPubKey const* pub_key,
69 GroupPubKey* pub_key,
Dprecomp.h25 typedef struct GroupPubKey GroupPubKey; typedef
55 GroupPubKey const* pub_key,
/external/epid-sdk/epid/member/tiny/src/
Dserialize.h25 typedef struct GroupPubKey GroupPubKey; typedef
62 void* GroupPubKeySerialize(GroupPubKey* dest, NativeGroupPubKey const* src);
71 GroupPubKey const* src);
Dvalidate.h24 typedef struct GroupPubKey GroupPubKey; typedef
/external/epid-sdk/epid/member/
Dapi.h113 GroupPubKey const* pub_key,
131 MemberCtx* ctx, GroupPubKey const* pub_key,
148 EpidProvisionCompressed(MemberCtx* ctx, GroupPubKey const* pub_key,
165 EpidStatus EPID_API EpidProvisionKey(MemberCtx* ctx, GroupPubKey const* pub_key,
434 GroupPubKey const* pub_key, CompressedPrivKey const* compressed_privkey,
/external/epid-sdk/epid/verifier/unittests/
Dverifier-testhelper.h39 static const GroupPubKey kPubKeyStr;
41 static const GroupPubKey kPubKeyIkgfStr;
43 static const GroupPubKey kPubKeyRevGroupIkgfStr;
51 static const GroupPubKey kGrp01Key;
143 static const GroupPubKey kGrpXKey;
171 static const GroupPubKey kGrpYKey;
255 static const GroupPubKey kPubKeySigRlVerify;
Dverifier-testhelper.cc32 const GroupPubKey EpidVerifierTest::kPubKeyStr = {
66 const GroupPubKey EpidVerifierTest::kPubKeyIkgfStr = {
95 const GroupPubKey EpidVerifierTest::kPubKeyRevGroupIkgfStr = {
457 const GroupPubKey EpidVerifierTest::kGrp01Key = {
558 const GroupPubKey EpidVerifierTest::kPubKeySigRlVerify = {
599 const GroupPubKey EpidVerifierTest::kGrpXKey = {
/external/epid-sdk/epid/member/tiny/unittests/internal/
Dserialize-test.cc250 GroupPubKey const expected = { in TEST_F()
278 GroupPubKey actual = {0}; in TEST_F()
286 GroupPubKey const input = { in TEST_F()

123