Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECP_DP_NONE (Results 1 – 20 of 20) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_ecp.c95 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 Dpk_internal.h97 return MBEDTLS_ECP_DP_NONE; in mbedtls_pk_get_ec_group_id()
H A Dpkparse.c268 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 Decp.c389 { 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 Dpk_ecc.c38 if (mbedtls_pk_ec_ro(*pk)->grp.id != MBEDTLS_ECP_DP_NONE && in mbedtls_pk_ecc_set_group()
H A Decdh.c269 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 Dssl_client.c257 MBEDTLS_ECP_DP_NONE)) { in ssl_write_supported_groups_ext()
273 MBEDTLS_ECP_DP_NONE)) { in ssl_write_supported_groups_ext()
H A Doid.c613 MBEDTLS_ECP_DP_NONE,
650 MBEDTLS_ECP_DP_NONE,
H A Dpsa_util.c338 return MBEDTLS_ECP_DP_NONE; in mbedtls_ecc_group_from_psa()
H A Decjpake.c145 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
H A Dssl_misc.h2400 MBEDTLS_ECP_DP_NONE) { in mbedtls_ssl_named_group_is_supported()
H A Dssl_tls12_server.c233 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 Dssl_tls.c1175 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 Decp_curves_new.c4844 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
6007 case MBEDTLS_ECP_DP_NONE: in mbedtls_ecp_modulus_setup()
H A Dx509_crt.c230 if (gid == MBEDTLS_ECP_DP_NONE) { in x509_profile_check_key()
H A Decp_curves.c4849 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
H A Dpsa_crypto.c6401 if (grp_id == MBEDTLS_ECP_DP_NONE) { in psa_generate_derived_ecc_key_weierstrass_helper()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h104 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
/optee_os/lib/libmbedtls/core/
H A Decc.c103 return MBEDTLS_ECP_DP_NONE; in curve_to_group_id()
/optee_os/ta/pkcs11/src/
H A Dpkcs11_attributes.c929 mbedtls_ecp_group_id ec_curve = MBEDTLS_ECP_DP_NONE; in create_ec_priv_key_hidden_attributes()