HomeSort by relevance Sort by last modified time
    Searched refs:GroupPubKey (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/epid-sdk/epid/member/src/
precomp.h 25 typedef struct GroupPubKey GroupPubKey;
55 GroupPubKey const* pub_key,
storage.h 26 typedef struct GroupPubKey GroupPubKey;
50 Tpm2Ctx* ctx, GroupPubKey const* pub_key,
69 GroupPubKey* pub_key,
join_commitment.h 60 GroupPubKey const* pub_key,
provision_compressed.c 27 EpidStatus EpidProvisionCompressed(MemberCtx* ctx, GroupPubKey const* pub_key,
sign_commitment.h 68 GroupPubKey const* pub_key,
storage.c 35 Tpm2Ctx* ctx, GroupPubKey const* pub_key,
59 GroupPubKey* pub_key,
  /external/epid-sdk/epid/common-testhelper/
verifier_wrapper-testhelper.h 32 explicit VerifierCtxObj(GroupPubKey const& pub_key);
34 VerifierCtxObj(GroupPubKey const& pub_key, VerifierPrecomp const& precomp);
member_wrapper-testhelper.h 32 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,
verifier_wrapper-testhelper.cc 27 VerifierCtxObj::VerifierCtxObj(GroupPubKey const& pub_key) : ctx_(nullptr) {
36 VerifierCtxObj::VerifierCtxObj(GroupPubKey const& pub_key,
  /external/epid-sdk/epid/member/tiny/src/
decompresskey.c 23 GroupPubKey const* pub_key, CompressedPrivKey const* compressed_privkey,
serialize.h 25 typedef struct GroupPubKey GroupPubKey;
62 void* GroupPubKeySerialize(GroupPubKey* dest, NativeGroupPubKey const* src);
71 GroupPubKey const* src);
validate.h 24 typedef struct GroupPubKey GroupPubKey;
provisioncompressed.c 23 EpidProvisionCompressed(MemberCtx* ctx, GroupPubKey const* pub_key,
context.h 60 GroupPubKey pub_key; ///< group public key
  /external/epid-sdk/epid/member/tiny/unittests/
member-testhelper.h 45 /// compares GroupPubKey values
46 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;
provision_credential-test.cc 39 GroupPubKey const* pub_key,
53 GroupPubKey pub_key = this->kGrpXKey;
82 GroupPubKey pub_key = this->kGrpXKey;
121 GroupPubKey pub_key = this->kGrpXKey;
194 GroupPubKey pub_key = this->kGrpXKey;
219 GroupPubKey pub_key = this->kGrpXKey;
238 GroupPubKey pub_key = this->kGrpXKey;
254 const GroupPubKey* pub_key = reinterpret_cast<const GroupPubKey*>(
276 const GroupPubKey* pub_key = reinterpret_cast<const GroupPubKey*>
    [all...]
provision_key-test.cc 38 EpidStatus ProvisionBulkAndStart(MemberCtx* ctx, GroupPubKey const* pub_key,
52 GroupPubKey pub_key = this->kGroupPublicKey;
74 GroupPubKey pub_key = this->kGroupPublicKey;
88 const GroupPubKey pub_key = {
109 GroupPubKey pub_key = this->kGroupPublicKey;
181 GroupPubKey pub_key = this->kGroupPublicKey;
199 GroupPubKey pub_key = this->kGroupPublicKey;
223 GroupPubKey pub_key = this->kGroupPublicKey;
  /external/epid-sdk/epid/member/unittests/
member-testhelper.h 43 /// compares GroupPubKey values
44 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;
storage-test.cc 45 GroupPubKey const pub_key = this->kGroupPublicKey;
66 GroupPubKey pub_key = this->kGroupPublicKey;
81 GroupPubKey pub_key = this->kGroupPublicKey;
106 GroupPubKey pub_key = this->kGroupPublicKey;
provision_credential-test.cc 41 GroupPubKey const* pub_key,
55 GroupPubKey pub_key = this->kGrpXKey;
84 GroupPubKey pub_key = this->kGrpXKey;
123 GroupPubKey pub_key = this->kGrpXKey;
196 GroupPubKey pub_key = this->kGrpXKey;
221 GroupPubKey pub_key = this->kGrpXKey;
240 GroupPubKey pub_key = this->kGrpXKey;
256 const GroupPubKey* pub_key = reinterpret_cast<const GroupPubKey*>(
278 const GroupPubKey* pub_key = reinterpret_cast<const GroupPubKey*>
    [all...]
provision_key-test.cc 40 EpidStatus ProvisionBulkAndStart(MemberCtx* ctx, GroupPubKey const* pub_key,
54 GroupPubKey pub_key = this->kGroupPublicKey;
76 GroupPubKey pub_key = this->kGroupPublicKey;
90 const GroupPubKey pub_key = {
111 GroupPubKey pub_key = this->kGroupPublicKey;
183 GroupPubKey pub_key = this->kGroupPublicKey;
201 GroupPubKey pub_key = this->kGroupPublicKey;
227 GroupPubKey pub_key = this->kGroupPublicKey;
  /external/epid-sdk/epid/common/src/
grouppubkey.h 28 /// Internal representation of GroupPubKey
36 /// Constructs internal representation of GroupPubKey
53 EpidStatus CreateGroupPubKey(GroupPubKey const* pub_key_str, EcGroup* G1,
56 /// Deallocates storage for internal representation of GroupPubKey
commitment.h 64 EpidStatus SetKeySpecificCommitValues(GroupPubKey const* pub_key,
  /external/epid-sdk/epid/member/
api.h 113 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/
verifier-testhelper.h 39 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;
253 /// GroupPubKey to be used for EpidVerify Signature Based Revocation List
255 static const GroupPubKey kPubKeySigRlVerify;

Completed in 729 milliseconds

1 2 3