Searched refs:Epid11GroupPubKey_ (Results 1 – 4 of 4) sorted by relevance
29 typedef struct Epid11GroupPubKey_ { struct34 } Epid11GroupPubKey_; argument55 Epid11GroupPubKey_** pub_key);67 void DeleteEpid11GroupPubKey(Epid11GroupPubKey_** pub_key);
33 Epid11GroupPubKey_** pub_key) { in CreateEpid11GroupPubKey()35 Epid11GroupPubKey_* pubkey = NULL; in CreateEpid11GroupPubKey()40 pubkey = SAFE_ALLOC(sizeof(Epid11GroupPubKey_)); in CreateEpid11GroupPubKey()74 void DeleteEpid11GroupPubKey(Epid11GroupPubKey_** pub_key) { in DeleteEpid11GroupPubKey()
30 Epid11GroupPubKey_* pub_key; ///< Group public key
370 Epid11GroupPubKey_* pub_key = NULL; in DoPrecomputation()