Home
last modified time | relevance | path

Searched defs:Epid11PairingState (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/epid/common/math/src/
Dtatepairing-internal.h26 struct Epid11PairingState { struct
27 EcGroup* ga; ///< elliptic curve group G1
28 EcGroup* gb; ///< elliptic curve group G2
29 FiniteField* ff; ///< finite field GT
30 BigNumStr p; ///< Intel(R) EPID 1.1 p parameter value
31 size_t p_bitsize; ///< Length of p in bits
32 FfElement* a; ///< Intel(R) EPID 1.1 a parameter value
33 BigNum* final_exp_constant; ///< (q^2 - q + 1)/p
34 FfElement* fq3_inv_constant; ///< (inverse(qnr), 0) in Fq3
35 FfElement* fq3_inv2_constant; ///< (inverse(qnr)^2, 0) in Fq3
[all …]
/external/epid-sdk/epid/common/math/
Dtatepairing.h48 typedef struct Epid11PairingState Epid11PairingState; typedef