Searched refs:field_type (Results 1 – 9 of 9) sorted by relevance
37 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_set_compressed_coordinates()91 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_point2oct()122 if (group->meth->field_type == NID_X9_62_prime_field) in EC_POINT_oct2point()
26 int field_type, /* either NID_X9_62_prime_field or member3211 } 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() local3390 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()
162 const char *field_type; in ec_group_explicit_todata() local171 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()
231 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()
299 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()
47 int field_type; /* a NID */ member
987 char *field_type; member1119 COPY_UTF8_PARAM(params, OSSL_PKEY_PARAM_EC_FIELD_TYPE, gctx->field_type); in ec_gen_set_params()1171 } else if (gctx->field_type != NULL) { in ec_gen_set_group_from_params()1173 gctx->field_type, 0)) in ec_gen_set_group_from_params()1414 OPENSSL_free(gctx->field_type); in ec_gen_cleanup()
1286 int field_type = EVP_PKEY_get_field_type(pkey); in tls1_check_pkey_comp() local1288 if (field_type == NID_X9_62_prime_field) in tls1_check_pkey_comp()1290 else if (field_type == NID_X9_62_characteristic_two_field) in tls1_check_pkey_comp()
12945 * Add 'field_type' member to EC_METHOD, which holds the NID
Completed in 75 milliseconds