Searched defs:VerifierCtx (Results 1 – 2 of 2) sorted by relevance
29 struct VerifierCtx { struct30 GroupPubKey_* pub_key; ///< group public key31 FfElement* e12; ///< an element in GT32 FfElement* e22; ///< an element in GT33 FfElement* e2w; ///< an element in GT34 FfElement* eg12; ///< an element in GT35 PrivRl const* priv_rl; ///< Private key based revocation list - not owned36 SigRl const* sig_rl; ///< Signature based revocation list - not owned37 GroupRl const* group_rl; ///< Group revocation list - not owned38 VerifierRl* verifier_rl; ///< Verifier revocation list[all …]
43 typedef struct VerifierCtx VerifierCtx; typedef