Searched refs:Epid11GroupPubKey (Results 1 – 16 of 16) sorted by relevance
/external/epid-sdk/epid/common-testhelper/1.1/ |
D | verifier_wrapper-testhelper.h | 32 explicit Epid11VerifierCtxObj(Epid11GroupPubKey const& pub_key); 34 Epid11VerifierCtxObj(Epid11GroupPubKey const& pub_key,
|
D | verifier_wrapper-testhelper.cc | 27 Epid11VerifierCtxObj::Epid11VerifierCtxObj(Epid11GroupPubKey const& pub_key) in Epid11VerifierCtxObj() 37 Epid11VerifierCtxObj::Epid11VerifierCtxObj(Epid11GroupPubKey const& pub_key, in Epid11VerifierCtxObj()
|
/external/epid-sdk/epid/common/1.1/ |
D | types.h | 114 typedef struct Epid11GroupPubKey { struct 119 } Epid11GroupPubKey; argument
|
D | file_parser.h | 78 Epid11GroupPubKey* pubkey);
|
/external/epid-sdk/epid/verifier/1.1/unittests/ |
D | verifier-testhelper.h | 39 static const Epid11GroupPubKey kPubKeyStr; 41 static const Epid11GroupPubKey kPubKeyStrForMsg0_255;
|
D | verifier-testhelper.cc | 24 const Epid11GroupPubKey Epid11VerifierTest::kPubKeyStr = { 62 const Epid11GroupPubKey Epid11VerifierTest::kPubKeyStrForMsg0_255 = {
|
D | context-test.cc | 65 Epid11GroupPubKey pubkey_with_bad_h1 = this->kPubKeyStr; in TEST_F() 70 Epid11GroupPubKey pubkey_with_bad_h2 = this->kPubKeyStr; in TEST_F() 75 Epid11GroupPubKey pubkey_with_bad_w = this->kPubKeyStr; in TEST_F()
|
/external/epid-sdk/epid/common/1.1/unittests/ |
D | file_parser-test.cc | 521 Epid11GroupPubKey pubkey{}; in TEST_F() 536 Epid11GroupPubKey pubkey{}; in TEST_F() 576 Epid11GroupPubKey pubkey{}; in TEST_F() 602 Epid11GroupPubKey pubkey{}; in TEST_F() 621 Epid11GroupPubKey pubkey{}; in TEST_F() 629 Epid11GroupPubKey pubkey{}; in TEST_F() 640 std::vector<uint8_t> pubkey(sizeof(Epid11GroupPubKey), 0); in TEST_F() 644 (Epid11GroupPubKey*)pubkey.data())); in TEST_F() 649 std::vector<uint8_t> pubkey(sizeof(Epid11GroupPubKey), 0); in TEST_F() 653 (Epid11GroupPubKey*)pubkey.data())); in TEST_F() [all …]
|
/external/epid-sdk/epid/common/1.1/src/ |
D | grouppubkey.h | 53 EpidStatus CreateEpid11GroupPubKey(Epid11GroupPubKey const* pub_key_str,
|
D | commitment.h | 66 EpidStatus SetKeySpecificEpid11CommitValues(Epid11GroupPubKey const* pub_key,
|
D | grouppubkey.c | 31 EpidStatus CreateEpid11GroupPubKey(Epid11GroupPubKey const* pub_key_str, in CreateEpid11GroupPubKey()
|
D | commitment.c | 29 EpidStatus SetKeySpecificEpid11CommitValues(Epid11GroupPubKey const* pub_key, in SetKeySpecificEpid11CommitValues()
|
D | file_parser.c | 129 Epid11GroupPubKey* pubkey) { in Epid11ParseGroupPubKeyFile()
|
/external/epid-sdk/epid/verifier/1.1/ |
D | api.h | 116 EpidStatus Epid11VerifierCreate(Epid11GroupPubKey const* pub_key,
|
/external/epid-sdk/example/verifysig/src/ |
D | verifysig11.c | 44 Epid11GroupPubKey pub_key = {0}; in Verify11()
|
/external/epid-sdk/epid/verifier/1.1/src/ |
D | context.c | 114 EpidStatus Epid11VerifierCreate(Epid11GroupPubKey const* pub_key, in Epid11VerifierCreate()
|