Home
last modified time | relevance | path

Searched refs:pub_key_ (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/epid/member/src/
Dprecomp.c36 GroupPubKey_* pub_key_ = NULL; in PrecomputeMemberPairing() local
49 sts = CreateGroupPubKey(pub_key, G1, G2, &pub_key_); in PrecomputeMemberPairing()
56 sts = Pairing(ps_ctx, pub_key_->h1, g2, e); in PrecomputeMemberPairing()
62 sts = Pairing(ps_ctx, pub_key_->h2, g2, e); in PrecomputeMemberPairing()
68 sts = Pairing(ps_ctx, pub_key_->h2, pub_key_->w, e); in PrecomputeMemberPairing()
86 DeleteGroupPubKey(&pub_key_); in PrecomputeMemberPairing()
Djoin.c43 GroupPubKey_* pub_key_ = NULL; in EpidCreateJoinRequest() local
77 ctx->epid2_params->G2, &pub_key_); in EpidCreateJoinRequest()
149 DeleteGroupPubKey(&pub_key_); in EpidCreateJoinRequest()