Searched defs:ec_group_st (Results 1 – 2 of 2) sorted by relevance
573 struct ec_group_st { struct574 const EC_METHOD *meth;579 EC_POINT *generator;580 BIGNUM order;582 int curve_name; // optional NID for named curve584 BN_MONT_CTX *order_mont; // data for ECDSA inverse589 BIGNUM field; // For curves over GF(p), this is the modulus.591 EC_FELEM a, b; // Curve coefficients.595 int a_is_minus3;599 int field_greater_than_order;[all …]