Home
last modified time | relevance | path

Searched refs:PrivKey (Results 1 – 25 of 41) sorted by relevance

12

/external/epid-sdk/epid/member/unittests/
Ddecompress_privkey-test.cc31 bool operator==(PrivKey const& lhs, PrivKey const& rhs) { in operator ==()
39 PrivKey priv_key = {}; in TEST_F()
52 PrivKey priv_key = {}; in TEST_F()
61 PrivKey priv_key = {}; in TEST_F()
70 PrivKey priv_key = {}; in TEST_F()
85 PrivKey priv_key = {}; in TEST_F()
Dmember-testhelper.h52 static const PrivKey kMemberPrivateKey;
84 static const PrivKey kGrpXMember0PrivKey;
86 static const PrivKey kGrpXSigrevokedMember0PrivKey;
94 static const PrivKey kGrpXMember9PrivKey;
107 static const PrivKey kEps0MemberPrivateKey;
Dmember-testhelper.cc84 const PrivKey EpidMemberTest::kMemberPrivateKey = {
361 const PrivKey EpidMemberTest::kGrpXMember0PrivKey = {
364 const PrivKey EpidMemberTest::kGrpXSigrevokedMember0PrivKey = {
377 const PrivKey EpidMemberTest::kGrpXMember9PrivKey = {
421 const PrivKey EpidMemberTest::kEps0MemberPrivateKey = {
Dprovision_key-test.cc41 PrivKey const* priv_key, in ProvisionBulkAndStart()
55 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
77 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
93 const PrivKey priv_key = { in TEST_F()
112 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
184 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
202 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
228 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
Diskeyvalid-test.cc44 const PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
72 const PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
91 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
103 PrivKey tmp_priv_key = priv_key; in TEST_F()
177 const PrivKey eps0_priv_key = { in TEST_F()
Dprovision_credential-test.cc258 const PrivKey* priv_key = in TEST_F()
259 reinterpret_cast<const PrivKey*>(this->kMemberPrivateKeyDataIkgf.data()); in TEST_F()
280 const PrivKey* priv_key = in TEST_F()
281 reinterpret_cast<const PrivKey*>(this->kMemberPrivateKeyDataIkgf.data()); in TEST_F()
/external/epid-sdk/epid/member/tiny/unittests/
Ddecompress_privkey-test.cc31 bool operator==(PrivKey const& lhs, PrivKey const& rhs) { in operator ==()
39 PrivKey priv_key = {}; in TEST_F()
52 PrivKey priv_key = {}; in TEST_F()
61 PrivKey priv_key = {}; in TEST_F()
70 PrivKey priv_key = {}; in TEST_F()
86 PrivKey priv_key = {}; in TEST_F()
Dmember-testhelper.h54 static const PrivKey kMemberPrivateKey;
88 static const PrivKey kGrpXMember0PrivKey;
90 static const PrivKey kGrpXSigrevokedMember0PrivKey;
98 static const PrivKey kGrpXMember9PrivKey;
111 static const PrivKey kEps0MemberPrivateKey;
Dmember-testhelper.cc85 const PrivKey EpidMemberTest::kMemberPrivateKey = {
393 const PrivKey EpidMemberTest::kGrpXMember0PrivKey = {
396 const PrivKey EpidMemberTest::kGrpXSigrevokedMember0PrivKey = {
409 const PrivKey EpidMemberTest::kGrpXMember9PrivKey = {
453 const PrivKey EpidMemberTest::kEps0MemberPrivateKey = {
Dprovision_key-test.cc39 PrivKey const* priv_key, in ProvisionBulkAndStart()
53 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
75 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
91 const PrivKey priv_key = { in TEST_F()
110 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
182 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
200 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
224 PrivKey priv_key = this->kMemberPrivateKey; in TEST_F()
Dprovision_credential-test.cc256 const PrivKey* priv_key = in TEST_F()
257 reinterpret_cast<const PrivKey*>(this->kMemberPrivateKeyDataIkgf.data()); in TEST_F()
278 const PrivKey* priv_key = in TEST_F()
279 reinterpret_cast<const PrivKey*>(this->kMemberPrivateKeyDataIkgf.data()); in TEST_F()
/external/epid-sdk/tools/revokekey/src/
Dmain.c47 PrivKey privkey; ///< Intel(R) EPID Private Key
51 char const* cacert_file, PrivKey* priv_key) { in OpenKey()
60 if (file_size == sizeof(PrivKey)) { in OpenKey()
61 if (0 != ReadLoud(privkey_file, priv_key, sizeof(PrivKey))) { in OpenKey()
122 int MakeRequest(PrivKey const* priv_key, char const* req_file, bool verbose) { in MakeRequest()
129 size_t entry_size = sizeof(EpidFileHeader) + sizeof(PrivKey); in MakeRequest()
151 log_msg(" [in] Private Key Len: %d", sizeof(PrivKey)); in MakeRequest()
153 PrintBuffer(priv_key, sizeof(PrivKey)); in MakeRequest()
194 priv_key, sizeof(PrivKey))) { in MakeRequest()
246 PrivKey priv_key; in main()
/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,
47 MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
51 MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
Dmember_wrapper-testhelper.cc44 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_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()
/external/epid-sdk/epid/member/tiny/src/
Dserialize.h28 typedef struct PrivKey PrivKey; typedef
79 void const* PrivKeyDeserialize(NativePrivKey* dest, PrivKey const* src);
Dvalidate.h27 typedef struct PrivKey PrivKey; typedef
Ddecompresskey.c24 PrivKey* priv_key) { in EpidDecompressPrivKey()
/external/epid-sdk/example/signmsg/src/
Dsignmsg.c49 PrivKey priv_key = {0}; in SignMsg()
67 if (privkey_size == sizeof(PrivKey)) { in SignMsg()
68 priv_key = *(PrivKey*)priv_key_ptr; in SignMsg()
109 if (privkey_size == sizeof(PrivKey) || in SignMsg()
/external/scapy/test/
Dcert.uts71 ########### PrivKey class ###############################################
73 + PrivKey class tests
75 = PrivKey class : Importing PEM-encoded RSA private key
76 x = PrivKey("""
109 = PrivKey class : Checking public attributes
113 = PrivKey class : Checking private attributes
120 = PrivKey class : Importing PEM-encoded ECDSA private key
121 y = PrivKey("""
130 = PrivKey class : Checking public attributes
134 = PrivKey class : Checking private attributes
[all …]
/external/epid-sdk/epid/member/
Dapi.h166 PrivKey const* priv_key,
435 PrivKey* priv_key);
/external/epid-sdk/tools/extractkeys/src/
Dmain.c45 PrivKey privkey; ///< Intel(R) EPID 2.0 Private Key
162 privkey_size = sizeof(PrivKey); in main()
/external/epid-sdk/epid/common/
Dtypes.h173 typedef struct PrivKey { struct
178 } PrivKey; argument
/external/scapy/scapy/layers/tls/
Dautomaton.py16 from scapy.layers.tls.cert import Cert, PrivKey
70 self.mykey = PrivKey(mykey)
/external/epid-sdk/epid/member/src/
Dprovision_compressed.c31 PrivKey priv_key; in EpidProvisionCompressed()
Dprovision_bulk.c33 PrivKey const* priv_key, in EpidProvisionKey()

12