Searched refs:MBEDTLS_ECP_DP_NONE (Results 1 – 20 of 20) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | psa_crypto_ecp.c | 95 mbedtls_ecp_group_id grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_psa_ecp_load_representation() 148 if (grp_id == MBEDTLS_ECP_DP_NONE) { in mbedtls_psa_ecp_load_representation() 328 if (grp_id == MBEDTLS_ECP_DP_NONE) { in mbedtls_psa_ecp_generate_key()
|
| H A D | pk_internal.h | 97 return MBEDTLS_ECP_DP_NONE; in mbedtls_pk_get_ec_group_id()
|
| H A D | pkparse.c | 268 for (id = mbedtls_ecp_grp_id_list(); *id != MBEDTLS_ECP_DP_NONE; id++) { in pk_group_id_from_group() 292 if (ret == 0 && *id == MBEDTLS_ECP_DP_NONE) { in pk_group_id_from_group() 524 mbedtls_ecp_group_id ec_grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_pk_parse_subpubkey() 753 mbedtls_ecp_group_id ec_grp_id = MBEDTLS_ECP_DP_NONE; in pk_parse_key_pkcs8_unencrypted_der()
|
| H A D | ecp.c | 389 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL }, 417 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list() 421 ecp_supported_grp_id[i] = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list() 437 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_grp_id() 455 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_tls_id() 477 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_name() 518 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_init() 3211 if (key->grp.id == MBEDTLS_ECP_DP_NONE) { in mbedtls_ecp_set_public_key() 3397 if (pub->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecp_check_pub_priv()
|
| H A D | pk_ecc.c | 38 if (mbedtls_pk_ec_ro(*pk)->grp.id != MBEDTLS_ECP_DP_NONE && in mbedtls_pk_ecc_set_group()
|
| H A D | ecdh.c | 269 ctx->grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecdh_free() 454 if (mbedtls_ecdh_grp_id(ctx) == MBEDTLS_ECP_DP_NONE) { in mbedtls_ecdh_get_params()
|
| H A D | ssl_client.c | 257 MBEDTLS_ECP_DP_NONE)) { in ssl_write_supported_groups_ext() 273 MBEDTLS_ECP_DP_NONE)) { in ssl_write_supported_groups_ext()
|
| H A D | oid.c | 613 MBEDTLS_ECP_DP_NONE, 650 MBEDTLS_ECP_DP_NONE,
|
| H A D | psa_util.c | 338 return MBEDTLS_ECP_DP_NONE; in mbedtls_ecc_group_from_psa()
|
| H A D | ecjpake.c | 145 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
|
| H A D | ssl_misc.h | 2400 MBEDTLS_ECP_DP_NONE) { in mbedtls_ssl_named_group_is_supported()
|
| H A D | ssl_tls12_server.c | 233 MBEDTLS_ECP_DP_NONE) { in ssl_parse_supported_groups_ext() 2663 if (grp_id == MBEDTLS_ECP_DP_NONE) { in ssl_get_ecdh_params_from_cert()
|
| H A D | ssl_tls.c | 1175 for (length = 0; (curve_list[length] != MBEDTLS_ECP_DP_NONE); length++) { in ssl_handshake_init() 6357 { 0, MBEDTLS_ECP_DP_NONE, 0, 0 }, 6387 return MBEDTLS_ECP_DP_NONE; in mbedtls_ssl_get_ecp_group_id_from_tls_id() 6392 for (int i = 0; tls_id_match_table[i].ecp_group_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ssl_get_tls_id_from_ecp_group_id()
|
| H A D | ecp_curves_new.c | 4844 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load() 6007 case MBEDTLS_ECP_DP_NONE: in mbedtls_ecp_modulus_setup()
|
| H A D | x509_crt.c | 230 if (gid == MBEDTLS_ECP_DP_NONE) { in x509_profile_check_key()
|
| H A D | ecp_curves.c | 4849 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
|
| H A D | psa_crypto.c | 6401 if (grp_id == MBEDTLS_ECP_DP_NONE) { in psa_generate_derived_ecc_key_weierstrass_helper()
|
| /optee_os/lib/libmbedtls/mbedtls/include/mbedtls/ |
| H A D | ecp.h | 104 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
|
| /optee_os/lib/libmbedtls/core/ |
| H A D | ecc.c | 103 return MBEDTLS_ECP_DP_NONE; in curve_to_group_id()
|
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 929 mbedtls_ecp_group_id ec_curve = MBEDTLS_ECP_DP_NONE; in create_ec_priv_key_hidden_attributes()
|