Searched defs:ec_group_st (Results 1 – 1 of 1) sorted by relevance
140 struct ec_group_st { struct141 const EC_METHOD *meth;145 EC_POINT *generator;146 BIGNUM order;148 int curve_name; // optional NID for named curve150 BN_MONT_CTX *order_mont; // data for ECDSA inverse155 BIGNUM field; // For curves over GF(p), this is the modulus.157 BIGNUM a, b; // Curve coefficients.159 int a_is_minus3; // enable optimized point arithmetics for special case161 CRYPTO_refcount_t references;[all …]