Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Dec_local.h212 struct ec_group_st { struct
213 const EC_METHOD *meth;
214 EC_POINT *generator; /* optional */
215 BIGNUM *order, *cofactor;
216 int curve_name; /* optional NID for named curve */
217 int asn1_flag; /* flag to control the asn1 encoding */
218 int decoded_from_explicit_params; /* set if decoded from explicit
220 point_conversion_form_t asn1_form;
221 unsigned char *seed; /* optional seed for parameters (appears in
223 size_t seed_len;
[all …]