Home
last modified time | relevance | path

Searched refs:EpidCaCertificate (Results 1 – 18 of 18) sorted by relevance

/external/epid-sdk/epid/common/
Dfile_parser.h75 typedef struct EpidCaCertificate { struct
85 } EpidCaCertificate; argument
146 EpidCaCertificate const* cert,
191 EpidCaCertificate const* cert, PrivRl* rl,
236 EpidCaCertificate const* cert, SigRl* rl,
281 EpidCaCertificate const* cert, GroupRl* rl,
/external/epid-sdk/epid/common/unittests/
Dfile_parser-test.cc36 static const EpidCaCertificate kCert;
75 const EpidCaCertificate EpidFileParser::kCert = {
394 EpidCaCertificate unsupported_curve1(this->kCert); in TEST_F()
400 EpidCaCertificate unsupported_curve2(this->kCert); in TEST_F()
406 EpidCaCertificate unsupported_curve3(this->kCert); in TEST_F()
412 EpidCaCertificate unsupported_curve4(this->kCert); in TEST_F()
418 EpidCaCertificate unsupported_curve5(this->kCert); in TEST_F()
424 EpidCaCertificate unsupported_curve6(this->kCert); in TEST_F()
434 EpidCaCertificate invalid_key_qx(this->kCert); in TEST_F()
440 EpidCaCertificate invalid_key_qy(this->kCert); in TEST_F()
[all …]
/external/epid-sdk/epid/common/1.1/unittests/
Dfile_parser-test.cc35 static const EpidCaCertificate kCert;
71 const EpidCaCertificate Epid11FileParser::kCert = {
537 EpidCaCertificate unsupported_curve1(this->kCert); in TEST_F()
543 EpidCaCertificate unsupported_curve2(this->kCert); in TEST_F()
549 EpidCaCertificate unsupported_curve3(this->kCert); in TEST_F()
555 EpidCaCertificate unsupported_curve4(this->kCert); in TEST_F()
561 EpidCaCertificate unsupported_curve5(this->kCert); in TEST_F()
567 EpidCaCertificate unsupported_curve6(this->kCert); in TEST_F()
577 EpidCaCertificate invalid_key_qx(this->kCert); in TEST_F()
583 EpidCaCertificate invalid_key_qy(this->kCert); in TEST_F()
[all …]
/external/epid-sdk/epid/common/1.1/
Dfile_parser.h77 EpidCaCertificate const* cert,
122 EpidCaCertificate const* cert,
168 EpidCaCertificate const* cert, Epid11SigRl* rl,
213 EpidCaCertificate const* cert,
/external/epid-sdk/epid/common/1.1/src/
Dfile_parser.c39 EpidCaCertificate const* cert, void* rl, in Epid11ParseRlFile()
128 EpidCaCertificate const* cert, in Epid11ParseGroupPubKeyFile()
172 EpidCaCertificate const* cert, in Epid11ParsePrivRlFile()
178 EpidCaCertificate const* cert, Epid11SigRl* rl, in Epid11ParseSigRlFile()
184 EpidCaCertificate const* cert, in Epid11ParseGroupRlFile()
/external/epid-sdk/epid/common/src/
Dfile_parser.c54 EpidStatus EpidVerifyCaCertificate(EpidCaCertificate const* cert) { in EpidVerifyCaCertificate()
191 EpidCaCertificate const* cert, void* rl, in EpidParseRlFile()
276 EpidCaCertificate const* cert, in EpidParseGroupPubKeyFile()
320 EpidCaCertificate const* cert, PrivRl* rl, in EpidParsePrivRlFile()
326 EpidCaCertificate const* cert, SigRl* rl, in EpidParseSigRlFile()
332 EpidCaCertificate const* cert, GroupRl* rl, in EpidParseGroupRlFile()
Dfile_parser-internal.h45 EpidStatus EpidVerifyCaCertificate(EpidCaCertificate const* cert);
/external/epid-sdk/example/verifysig/src/
Dverifysig11.h28 struct EpidCaCertificate;
37 struct EpidCaCertificate const* cacert,
Dverifysig.h29 struct EpidCaCertificate;
42 struct EpidCaCertificate const* cacert, HashAlg hash_alg,
Dverifysig11.c35 EpidCaCertificate const* cacert, void** verifier_precomp, in Verify11()
Dverifysig.c36 EpidCaCertificate const* cacert, HashAlg hash_alg, in Verify()
Dmain.c112 EpidCaCertificate cacert = {0}; in main()
/external/epid-sdk/example/signmsg/src/
Dsignmsg.h40 size_t* sig_len, EpidCaCertificate const* cacert);
Dsignmsg.c41 size_t* sig_len, EpidCaCertificate const* cacert) { in SignMsg()
Dmain.c88 EpidCaCertificate cacert = {0}; in main()
/external/epid-sdk/tools/revokekey/src/
Dmain.c79 EpidCaCertificate cacert; in OpenKey()
/external/epid-sdk/tools/revokegrp/src/
Dmain.c211 EpidCaCertificate cacert = {0}; in MakeRequest()
/external/epid-sdk/tools/revokesig/src/
Dmain.c299 EpidCaCertificate cacert = {0}; in MakeRequest()