Home
last modified time | relevance | path

Searched refs:Epid11GroupPubKey (Results 1 – 16 of 16) sorted by relevance

/external/epid-sdk/epid/common-testhelper/1.1/
Dverifier_wrapper-testhelper.h32 explicit Epid11VerifierCtxObj(Epid11GroupPubKey const& pub_key);
34 Epid11VerifierCtxObj(Epid11GroupPubKey const& pub_key,
Dverifier_wrapper-testhelper.cc27 Epid11VerifierCtxObj::Epid11VerifierCtxObj(Epid11GroupPubKey const& pub_key) in Epid11VerifierCtxObj()
37 Epid11VerifierCtxObj::Epid11VerifierCtxObj(Epid11GroupPubKey const& pub_key, in Epid11VerifierCtxObj()
/external/epid-sdk/epid/common/1.1/
Dtypes.h114 typedef struct Epid11GroupPubKey { struct
119 } Epid11GroupPubKey; argument
Dfile_parser.h78 Epid11GroupPubKey* pubkey);
/external/epid-sdk/epid/verifier/1.1/unittests/
Dverifier-testhelper.h39 static const Epid11GroupPubKey kPubKeyStr;
41 static const Epid11GroupPubKey kPubKeyStrForMsg0_255;
Dverifier-testhelper.cc24 const Epid11GroupPubKey Epid11VerifierTest::kPubKeyStr = {
62 const Epid11GroupPubKey Epid11VerifierTest::kPubKeyStrForMsg0_255 = {
Dcontext-test.cc65 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/
Dfile_parser-test.cc521 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/
Dgrouppubkey.h53 EpidStatus CreateEpid11GroupPubKey(Epid11GroupPubKey const* pub_key_str,
Dcommitment.h66 EpidStatus SetKeySpecificEpid11CommitValues(Epid11GroupPubKey const* pub_key,
Dgrouppubkey.c31 EpidStatus CreateEpid11GroupPubKey(Epid11GroupPubKey const* pub_key_str, in CreateEpid11GroupPubKey()
Dcommitment.c29 EpidStatus SetKeySpecificEpid11CommitValues(Epid11GroupPubKey const* pub_key, in SetKeySpecificEpid11CommitValues()
Dfile_parser.c129 Epid11GroupPubKey* pubkey) { in Epid11ParseGroupPubKeyFile()
/external/epid-sdk/epid/verifier/1.1/
Dapi.h116 EpidStatus Epid11VerifierCreate(Epid11GroupPubKey const* pub_key,
/external/epid-sdk/example/verifysig/src/
Dverifysig11.c44 Epid11GroupPubKey pub_key = {0}; in Verify11()
/external/epid-sdk/epid/verifier/1.1/src/
Dcontext.c114 EpidStatus Epid11VerifierCreate(Epid11GroupPubKey const* pub_key, in Epid11VerifierCreate()