Home
last modified time | relevance | path

Searched refs:field_type (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/ec/
H A Dec_oct.c37 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_set_compressed_coordinates()
87 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_point2oct()
118 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_oct2point()
H A Dec_curve.c26 int field_type, /* either NID_X9_62_prime_field or member
3178 } else if (data->field_type == NID_X9_62_prime_field) { in ec_group_new_from_data()
3345 int ret = -1, nid, len, field_type, param_len; in ossl_ec_curve_nid_from_params() local
3357 field_type = EC_GROUP_get_field_type(group); in ossl_ec_curve_nid_from_params()
3417 if (data->field_type == field_type in ossl_ec_curve_nid_from_params()
H A Dec_backend.c161 const char *field_type; in ec_group_explicit_todata() local
170 field_type = SN_X9_62_prime_field; in ec_group_explicit_todata()
176 field_type = SN_X9_62_characteristic_two_field; in ec_group_explicit_todata()
228 field_type)) { in ec_group_explicit_todata()
H A Dec_asn1.c231 int field_type; in ec_asn1_group2fieldid()
244 field_type = EC_GROUP_get_basis_type(group); in ec_asn1_group2fieldid()
246 if (field_type == 0) { in ec_asn1_group2fieldid()
251 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL) { in ec_asn1_group2fieldid()
256 if (field_type == NID_X9_62_tpBasis) { in ec_asn1_group2fieldid()
271 } else if (field_type == NID_X9_62_ppBasis) { in ec_asn1_group2fieldid()
H A Dec_lib.c296 return meth->field_type; in EC_METHOD_get_field_type()
339 if (group->meth->field_type == NID_X9_62_characteristic_two_field) { in ec_guess_cofactor()
501 return group->meth->field_type; in EC_GROUP_get_field_type()
830 if (group->meth->field_type != NID_X9_62_prime_field) { in EC_POINT_set_Jprojective_coordinates_GFp()
847 if (group->meth->field_type != NID_X9_62_prime_field) { in EC_POINT_get_Jprojective_coordinates_GFp()
H A Dec_local.h47 int field_type; /* a NID */ member
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c977 char *field_type; member
1102 COPY_UTF8_PARAM(params, OSSL_PKEY_PARAM_EC_FIELD_TYPE, gctx->field_type); in ec_gen_set_params()
1151 } else if (gctx->field_type != NULL) { in ec_gen_set_group_from_params()
1153 gctx->field_type, 0)) in ec_gen_set_group_from_params()
1351 OPENSSL_free(gctx->field_type); in ec_gen_cleanup()
/openssl/ssl/
H A Dt1_lib.c932 int field_type = EVP_PKEY_get_field_type(pkey); in tls1_check_pkey_comp() local
934 if (field_type == NID_X9_62_prime_field) in tls1_check_pkey_comp()
936 else if (field_type == NID_X9_62_characteristic_two_field) in tls1_check_pkey_comp()
/openssl/
H A DCHANGES.md11403 * Add 'field_type' member to EC_METHOD, which holds the NID

Completed in 125 milliseconds