Searched defs:ec_group_st (Results 1 – 1 of 1) sorted by relevance
194 struct ec_group_st { struct195 const EC_METHOD *meth;197 EC_POINT *generator; /* optional */198 BIGNUM order, cofactor;200 int curve_name; /* optional NID for named curve */202 struct ec_pre_comp_st *pre_comp;207 BIGNUM field; /* For curves over GF(p), this is the modulus. */209 BIGNUM a, b; /* Curve coefficients. */211 int a_is_minus3; /* enable optimized point arithmetics for special case */213 BN_MONT_CTX *mont; /* Montgomery structure. */[all …]