Home
last modified time | relevance | path

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

/third_party/boringssl/src/crypto/fipsmodule/ec/
Dinternal.h196 struct ec_group_st { struct
197 const EC_METHOD *meth;
201 EC_POINT *generator;
202 BIGNUM order;
204 int curve_name; // optional NID for named curve
206 BN_MONT_CTX *order_mont; // data for ECDSA inverse
211 BIGNUM field; // For curves over GF(p), this is the modulus.
213 EC_FELEM a, b; // Curve coefficients.
217 int a_is_minus3;
221 int field_greater_than_order;
[all …]
/third_party/openssl/crypto/ec/
Dec_local.h206 struct ec_group_st { struct
207 const EC_METHOD *meth;
208 EC_POINT *generator; /* optional */
209 BIGNUM *order, *cofactor;
210 int curve_name; /* optional NID for named curve */
211 int asn1_flag; /* flag to control the asn1 encoding */
212 int decoded_from_explicit_params; /* set if decoded from explicit
214 point_conversion_form_t asn1_form;
215 unsigned char *seed; /* optional seed for parameters (appears in
217 size_t seed_len;
[all …]