Searched refs:asn1_flag (Results 1 – 6 of 6) sorted by relevance
66 ret->asn1_flag = OPENSSL_EC_EXPLICIT_CURVE; in ossl_ec_group_new_ex()244 dest->asn1_flag = src->asn1_flag; in EC_GROUP_copy()484 group->asn1_flag = in EC_GROUP_set_curve_name()507 group->asn1_flag = flag; in EC_GROUP_set_asn1_flag()512 return group->asn1_flag; in EC_GROUP_get_asn1_flag()
215 int asn1_flag; /* flag to control the asn1 encoding */ member
51 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 object157 asn1_flag.
102 The asn1_flag value is used to determine whether the curve encoding uses104 support the latter form. If asn1_flag is B<OPENSSL_EC_NAMED_CURVE> then the108 EC_GROUP_set_asn1_flag() get and set the status of the asn1_flag for the curve.
1087 OSSL_DEPRECATEDIN_3_0 void EC_KEY_set_asn1_flag(EC_KEY *eckey, int asn1_flag);
11946 * Add 'asn1_flag' and 'asn1_form' member to EC_GROUP with access11953 - Curves (i.e., groups) are encoded explicitly unless asn1_flag