Home
last modified time | relevance | path

Searched refs:asn1_flag (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Dec_lib.c65 ret->asn1_flag = OPENSSL_EC_EXPLICIT_CURVE; in ossl_ec_group_new_ex()
243 dest->asn1_flag = src->asn1_flag; in EC_GROUP_copy()
483 group->asn1_flag = in EC_GROUP_set_curve_name()
506 group->asn1_flag = flag; in EC_GROUP_set_asn1_flag()
511 return group->asn1_flag; in EC_GROUP_get_asn1_flag()
H A Dec_local.h215 int asn1_flag; /* flag to control the asn1 encoding */ member
/freebsd/crypto/openssl/doc/man3/
H A DEC_KEY_new.pod51 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag);
155 EC_KEY_set_asn1_flag() sets the asn1_flag on the underlying EC_GROUP object
157 asn1_flag.
H A DEC_GROUP_copy.pod102 The asn1_flag value is used to determine whether the curve encoding uses
104 support the latter form. If asn1_flag is B<OPENSSL_EC_NAMED_CURVE> then the
108 EC_GROUP_set_asn1_flag() get and set the status of the asn1_flag for the curve.
/freebsd/crypto/openssl/include/openssl/
H A Dec.h1087 OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag);