Home
last modified time | relevance | path

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

/openssl-master/crypto/ec/
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()
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()
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()
A Dec_asn1.c230 int field_type; in ec_asn1_group2fieldid()
243 field_type = EC_GROUP_get_basis_type(group); in ec_asn1_group2fieldid()
245 if (field_type == 0) { in ec_asn1_group2fieldid()
250 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL) { in ec_asn1_group2fieldid()
255 if (field_type == NID_X9_62_tpBasis) { in ec_asn1_group2fieldid()
270 } else if (field_type == NID_X9_62_ppBasis) { in ec_asn1_group2fieldid()
A Dec_lib.c297 return meth->field_type; in EC_METHOD_get_field_type()
340 if (group->meth->field_type == NID_X9_62_characteristic_two_field) { in ec_guess_cofactor()
502 return group->meth->field_type; in EC_GROUP_get_field_type()
831 if (group->meth->field_type != NID_X9_62_prime_field) { in EC_POINT_set_Jprojective_coordinates_GFp()
848 if (group->meth->field_type != NID_X9_62_prime_field) { in EC_POINT_get_Jprojective_coordinates_GFp()
A Dec_local.h47 int field_type; /* a NID */ member
/openssl-master/providers/implementations/keymgmt/
A Dec_kmgmt.c957 char *field_type; member
1082 COPY_UTF8_PARAM(params, OSSL_PKEY_PARAM_EC_FIELD_TYPE, gctx->field_type); in ec_gen_set_params()
1131 } else if (gctx->field_type != NULL) { in ec_gen_set_group_from_params()
1133 gctx->field_type, 0)) in ec_gen_set_group_from_params()
1331 OPENSSL_free(gctx->field_type); in ec_gen_cleanup()
/openssl-master/ssl/
A Dt1_lib.c868 int field_type = EVP_PKEY_get_field_type(pkey); in tls1_check_pkey_comp() local
870 if (field_type == NID_X9_62_prime_field) in tls1_check_pkey_comp()
872 else if (field_type == NID_X9_62_characteristic_two_field) in tls1_check_pkey_comp()
/openssl-master/
A DCHANGES.md11006 * Add 'field_type' member to EC_METHOD, which holds the NID

Completed in 44 milliseconds