Searched defs:Epid11PairingState (Results 1 – 2 of 2) sorted by relevance
26 struct Epid11PairingState { struct27 EcGroup* ga; ///< elliptic curve group G128 EcGroup* gb; ///< elliptic curve group G229 FiniteField* ff; ///< finite field GT30 BigNumStr p; ///< Intel(R) EPID 1.1 p parameter value31 size_t p_bitsize; ///< Length of p in bits32 FfElement* a; ///< Intel(R) EPID 1.1 a parameter value33 BigNum* final_exp_constant; ///< (q^2 - q + 1)/p34 FfElement* fq3_inv_constant; ///< (inverse(qnr), 0) in Fq335 FfElement* fq3_inv2_constant; ///< (inverse(qnr)^2, 0) in Fq3[all …]
48 typedef struct Epid11PairingState Epid11PairingState; typedef