Searched refs:ECPARAMETERS (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_asn1.c138 } /* ECPARAMETERS */ ;
150 ECPARAMETERS *parameters;
208 ASN1_SEQUENCE(ECPARAMETERS) = {
209 ASN1_EMBED(ECPARAMETERS, version, INT32),
210 ASN1_SIMPLE(ECPARAMETERS, fieldID, X9_62_FIELDID),
211 ASN1_SIMPLE(ECPARAMETERS, curve, X9_62_CURVE),
212 ASN1_SIMPLE(ECPARAMETERS, base, ASN1_OCTET_STRING),
213 ASN1_SIMPLE(ECPARAMETERS, order, ASN1_INTEGER),
214 ASN1_OPT(ECPARAMETERS, cofactor, ASN1_INTEGER)
215 } ASN1_SEQUENCE_END(ECPARAMETERS)
[all...]
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Dasn1_item_list.h66 ASN1_ITEM_ref(ECPARAMETERS),
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dec.h48 typedef struct ec_parameters_st ECPARAMETERS; typedef in typeref:struct:ec_parameters_st
368 /** Creates a new EC_GROUP object from an ECPARAMETERS object
369 * \param params pointer to the ECPARAMETERS object
373 EC_GROUP *EC_GROUP_new_from_ecparameters(const ECPARAMETERS *params);
375 /** Creates an ECPARAMETERS object for the given EC_GROUP object.
377 * \param params pointer to an existing ECPARAMETERS object or NULL
378 * \return pointer to the new ECPARAMETERS object or NULL
381 ECPARAMETERS *EC_GROUP_get_ecparameters(const EC_GROUP *group,
382 ECPARAMETERS *params);
776 DECLARE_ASN1_ITEM(ECPARAMETERS)
[all...]

Completed in 76 milliseconds