Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/include/mbedtls/
A Decp.h123 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
A Dcompat-1.3.h1021 #define POLARSSL_ECP_DP_NONE MBEDTLS_ECP_DP_NONE
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Decdh.c292 ctx->grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecdh_free()
479 if( mbedtls_ecdh_grp_id( ctx ) == MBEDTLS_ECP_DP_NONE ) in mbedtls_ecdh_get_params()
A Decp.c562 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL },
591 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list()
596 ecp_supported_grp_id[i] = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list()
612 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_grp_id()
630 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_tls_id()
651 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_name()
694 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_init()
3367 if( pub->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecp_check_pub_priv()
A Dpkparse.c392 for( id = mbedtls_ecp_grp_id_list(); *id != MBEDTLS_ECP_DP_NONE; id++ ) in pk_group_id_from_group()
419 if( ret == 0 && *id == MBEDTLS_ECP_DP_NONE ) in pk_group_id_from_group()
479 if( grp->id != MBEDTLS_ECP_DP_NONE && grp->id != grp_id ) in pk_use_ecparams()
A Doid.c532 MBEDTLS_ECP_DP_NONE,
A Decjpake.c139 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
A Decp_curves.c886 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
A Dssl_cli.c331 *grp_id != MBEDTLS_ECP_DP_NONE; in ssl_write_supported_elliptic_curves_ext()
360 *grp_id != MBEDTLS_ECP_DP_NONE; in ssl_write_supported_elliptic_curves_ext()
A Dx509_crt.c214 if( gid == MBEDTLS_ECP_DP_NONE ) in x509_profile_check_key()
A Dssl_tls.c6972 MBEDTLS_ECP_DP_NONE
7355 for( gid = ssl->conf->curve_list; *gid != MBEDTLS_ECP_DP_NONE; gid++ ) in mbedtls_ssl_check_curve()
A Dssl_srv.c3463 for( gid = ssl->conf->curve_list; *gid != MBEDTLS_ECP_DP_NONE; gid++ ) in ssl_prepare_server_key_exchange()
/optee_os-3.20.0/lib/libmbedtls/core/
A Decc.c142 return MBEDTLS_ECP_DP_NONE; in curve_to_group_id()

Completed in 61 milliseconds