Home
last modified time | relevance | path

Searched refs:GroupPubKey_ (Results 1 – 6 of 6) sorted by relevance

/external/epid-sdk/epid/common/src/
Dgrouppubkey.h29 typedef struct GroupPubKey_ { struct
34 } GroupPubKey_; argument
54 EcGroup* G2, GroupPubKey_** pub_key);
65 void DeleteGroupPubKey(GroupPubKey_** pub_key);
Dgrouppubkey.c25 EcGroup* G2, GroupPubKey_** pub_key) { in CreateGroupPubKey()
27 GroupPubKey_* pubkey = NULL; in CreateGroupPubKey()
32 pubkey = SAFE_ALLOC(sizeof(GroupPubKey_)); in CreateGroupPubKey()
78 void DeleteGroupPubKey(GroupPubKey_** pub_key) { in DeleteGroupPubKey()
/external/epid-sdk/epid/verifier/src/
Dcontext.h30 GroupPubKey_* pub_key; ///< group public key
Dcontext.c602 GroupPubKey_* pub_key = NULL; in DoPrecomputation()
/external/epid-sdk/epid/member/src/
Dprecomp.c36 GroupPubKey_* pub_key_ = NULL; in PrecomputeMemberPairing()
Djoin.c43 GroupPubKey_* pub_key_ = NULL; in EpidCreateJoinRequest()