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
3211 } else if (data->field_type == NID_X9_62_prime_field) { in ec_group_new_from_data()
3378 int ret = -1, nid, len, field_type, param_len; in ossl_ec_curve_nid_from_params() local
3390 field_type = EC_GROUP_get_field_type(group); in ossl_ec_curve_nid_from_params()
3450 if (data->field_type == field_type in ossl_ec_curve_nid_from_params()
H A Dec_backend.c162 const char *field_type; in ec_group_explicit_todata() local
171 field_type = SN_X9_62_prime_field; in ec_group_explicit_todata()
177 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.c299 return meth->field_type; in EC_METHOD_get_field_type()
342 if (group->meth->field_type == NID_X9_62_characteristic_two_field) { in ec_guess_cofactor()
504 return group->meth->field_type; in EC_GROUP_get_field_type()
833 if (group->meth->field_type != NID_X9_62_prime_field) { in EC_POINT_set_Jprojective_coordinates_GFp()
850 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.c988 char *field_type; member
1120 COPY_UTF8_PARAM(params, OSSL_PKEY_PARAM_EC_FIELD_TYPE, gctx->field_type); in ec_gen_set_params()
1172 } else if (gctx->field_type != NULL) { in ec_gen_set_group_from_params()
1174 gctx->field_type, 0)) in ec_gen_set_group_from_params()
1415 OPENSSL_free(gctx->field_type); in ec_gen_cleanup()
/openssl/ssl/
H A Dt1_lib.c1225 int field_type = EVP_PKEY_get_field_type(pkey); in tls1_check_pkey_comp() local
1227 if (field_type == NID_X9_62_prime_field) in tls1_check_pkey_comp()
1229 else if (field_type == NID_X9_62_characteristic_two_field) in tls1_check_pkey_comp()
/openssl/
H A DCHANGES.md12881 * Add 'field_type' member to EC_METHOD, which holds the NID

Completed in 77 milliseconds