HomeSort by relevance Sort by last modified time
    Searched defs:MemberCtxObj (Results 1 - 2 of 2) sorted by null

  /external/epid-sdk/epid/common-testhelper/
member_wrapper-testhelper.h 29 class MemberCtxObj {
32 explicit MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
35 explicit MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
39 explicit MemberCtxObj(BitSupplier rnd_func, void* rnd_param);
41 explicit MemberCtxObj(MemberParams const* params);
43 explicit MemberCtxObj(GroupPubKey const& pub_key,
47 MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
51 MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
55 MemberCtxObj(GroupPubKey const& pub_key, MembershipCredential const& cred,
59 MemberCtxObj(GroupPubKey const& pub_key, MembershipCredential const& cred
    [all...]
member_wrapper-testhelper.cc 44 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
67 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key,
91 MemberCtxObj::MemberCtxObj(GroupPubKey const& pub_key, PrivKey const& priv_key,
122 MemberCtxObj::MemberCtxObj(BitSupplier rnd_func, void* rnd_param)
129 MemberCtxObj::MemberCtxObj(MemberParams const* params) : ctx_(nullptr)
    [all...]

Completed in 194 milliseconds