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

1 2

  /external/epid-sdk/epid/member/tiny/src/
decompresskey.c 24 PrivKey* priv_key) {
serialize.h 28 typedef struct PrivKey PrivKey;
79 void const* PrivKeyDeserialize(NativePrivKey* dest, PrivKey const* src);
validate.h 27 typedef struct PrivKey PrivKey;
provisionkey.c 45 PrivKey const* priv_key,
serialize.c 96 void const* PrivKeyDeserialize(NativePrivKey* dest, PrivKey const* src) {
  /external/epid-sdk/epid/member/tiny/unittests/
decompress_privkey-test.cc 31 bool operator==(PrivKey const& lhs, PrivKey const& rhs) {
39 PrivKey priv_key = {};
52 PrivKey priv_key = {};
61 PrivKey priv_key = {};
70 PrivKey priv_key = {};
86 PrivKey priv_key = {};
member-testhelper.h 54 static const PrivKey kMemberPrivateKey;
88 static const PrivKey kGrpXMember0PrivKey;
90 static const PrivKey kGrpXSigrevokedMember0PrivKey;
98 static const PrivKey kGrpXMember9PrivKey;
111 static const PrivKey kEps0MemberPrivateKey;
provision_key-test.cc 39 PrivKey const* priv_key,
53 PrivKey priv_key = this->kMemberPrivateKey;
75 PrivKey priv_key = this->kMemberPrivateKey;
91 const PrivKey priv_key = {
110 PrivKey priv_key = this->kMemberPrivateKey;
182 PrivKey priv_key = this->kMemberPrivateKey;
200 PrivKey priv_key = this->kMemberPrivateKey;
224 PrivKey priv_key = this->kMemberPrivateKey;
provision_credential-test.cc 256 const PrivKey* priv_key =
257 reinterpret_cast<const PrivKey*>(this->kMemberPrivateKeyDataIkgf.data());
278 const PrivKey* priv_key =
279 reinterpret_cast<const PrivKey*>(this->kMemberPrivateKeyDataIkgf.data());
  /external/epid-sdk/epid/member/unittests/
decompress_privkey-test.cc 31 bool operator==(PrivKey const& lhs, PrivKey const& rhs) {
39 PrivKey priv_key = {};
52 PrivKey priv_key = {};
61 PrivKey priv_key = {};
70 PrivKey priv_key = {};
85 PrivKey priv_key = {};
member-testhelper.h 52 static const PrivKey kMemberPrivateKey;
84 static const PrivKey kGrpXMember0PrivKey;
86 static const PrivKey kGrpXSigrevokedMember0PrivKey;
94 static const PrivKey kGrpXMember9PrivKey;
107 static const PrivKey kEps0MemberPrivateKey;
provision_key-test.cc 41 PrivKey const* priv_key,
55 PrivKey priv_key = this->kMemberPrivateKey;
77 PrivKey priv_key = this->kMemberPrivateKey;
93 const PrivKey priv_key = {
112 PrivKey priv_key = this->kMemberPrivateKey;
184 PrivKey priv_key = this->kMemberPrivateKey;
202 PrivKey priv_key = this->kMemberPrivateKey;
228 PrivKey priv_key = this->kMemberPrivateKey;
iskeyvalid-test.cc 44 const PrivKey priv_key = this->kMemberPrivateKey;
72 const PrivKey priv_key = this->kMemberPrivateKey;
91 PrivKey priv_key = this->kMemberPrivateKey;
103 PrivKey tmp_priv_key = priv_key;
177 const PrivKey eps0_priv_key = {
provision_credential-test.cc 258 const PrivKey* priv_key =
259 reinterpret_cast<const PrivKey*>(this->kMemberPrivateKeyDataIkgf.data());
280 const PrivKey* priv_key =
281 reinterpret_cast<const PrivKey*>(this->kMemberPrivateKeyDataIkgf.data());
  /external/epid-sdk/epid/common-testhelper/
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,
47 MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
51 MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
member_wrapper-testhelper.cc 44 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
91 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
133 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
157 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
  /external/epid-sdk/epid/member/src/
provision_compressed.c 31 PrivKey priv_key;
provision_bulk.c 33 PrivKey const* priv_key,
  /external/epid-sdk/tools/revokekey/src/
main.c 47 PrivKey privkey; ///< Intel(R) EPID Private Key member in struct:PrivRlRequestTop
51 char const* cacert_file, PrivKey* priv_key) {
60 if (file_size == sizeof(PrivKey)) {
61 if (0 != ReadLoud(privkey_file, priv_key, sizeof(PrivKey))) {
122 int MakeRequest(PrivKey const* priv_key, char const* req_file, bool verbose) {
129 size_t entry_size = sizeof(EpidFileHeader) + sizeof(PrivKey);
151 log_msg(" [in] Private Key Len: %d", sizeof(PrivKey));
153 PrintBuffer(priv_key, sizeof(PrivKey));
194 priv_key, sizeof(PrivKey))) {
    [all...]
  /external/epid-sdk/example/signmsg/src/
signmsg.c 49 PrivKey priv_key = {0};
67 if (privkey_size == sizeof(PrivKey)) {
68 priv_key = *(PrivKey*)priv_key_ptr;
80 } // if (privkey_size == sizeof(PrivKey))
109 if (privkey_size == sizeof(PrivKey) ||
121 } // if (privkey_size == sizeof(PrivKey))
main.c 307 if (mprivkey_size != sizeof(PrivKey) &&
  /external/epid-sdk/epid/member/
api.h 166 PrivKey const* priv_key,
435 PrivKey* priv_key);
  /external/epid-sdk/epid/common/
types.h 173 typedef struct PrivKey {
178 } PrivKey;
  /external/epid-sdk/tools/extractkeys/src/
main.c 45 PrivKey privkey; ///< Intel(R) EPID 2.0 Private Key member in struct:EpidKeyOutputFileKey
54 CompressedPrivKey privkey; ///< Intel(R) EPID 2.0 Compressed Private Key member in struct:EpidCompressedKeyOutputFileKey
67 void* privkey = 0; local
159 privkey = &(((EpidCompressedKeyOutputFileKey*)&temp[0])->privkey);
162 privkey_size = sizeof(PrivKey);
163 privkey = &(((EpidKeyOutputFileKey*)&temp[0])->privkey);
209 if (0 != WriteLoud(privkey, privkey_size, outkeyname))
    [all...]
  /external/scapy/scapy/layers/tls/
automaton.py 16 from scapy.layers.tls.cert import Cert, PrivKey
70 self.mykey = PrivKey(mykey)

Completed in 267 milliseconds

1 2