Searched refs:GroupPubKey_ (Results 1 – 6 of 6) sorted by relevance
29 typedef struct GroupPubKey_ { struct34 } GroupPubKey_; argument54 EcGroup* G2, GroupPubKey_** pub_key);65 void DeleteGroupPubKey(GroupPubKey_** pub_key);
25 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()
30 GroupPubKey_* pub_key; ///< group public key
602 GroupPubKey_* pub_key = NULL; in DoPrecomputation()
36 GroupPubKey_* pub_key_ = NULL; in PrecomputeMemberPairing()
43 GroupPubKey_* pub_key_ = NULL; in EpidCreateJoinRequest()