Home
last modified time | relevance | path

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

/third_party/mbedtls/programs/test/
Dbenchmark.c558 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL }, in main()
559 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL }, in main()
1073 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1095 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1134 { MBEDTLS_ECP_DP_NONE, 0, 0, 0 } in main()
1155 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1181 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1203 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1229 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1261 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
/third_party/mbedtls/library/
Dpsa_crypto_ecp.c53 mbedtls_ecp_group_id grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_psa_ecp_load_representation()
102 if( grp_id == MBEDTLS_ECP_DP_NONE ) in mbedtls_psa_ecp_load_representation()
305 if( grp_id == MBEDTLS_ECP_DP_NONE || curve_info == NULL ) in mbedtls_psa_ecp_generate_key()
Decp.c398 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL },
427 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list()
432 ecp_supported_grp_id[i] = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list()
448 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_grp_id()
466 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_tls_id()
487 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_name()
530 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_init()
3194 if( pub->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecp_check_pub_priv()
Dpkparse.c393 for( id = mbedtls_ecp_grp_id_list(); *id != MBEDTLS_ECP_DP_NONE; id++ ) in pk_group_id_from_group()
420 if( ret == 0 && *id == MBEDTLS_ECP_DP_NONE ) in pk_group_id_from_group()
480 if( grp->id != MBEDTLS_ECP_DP_NONE && grp->id != grp_id ) in pk_use_ecparams()
Decdh.c294 ctx->grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecdh_free()
481 if( mbedtls_ecdh_grp_id( ctx ) == MBEDTLS_ECP_DP_NONE ) in mbedtls_ecdh_get_params()
Doid.c551 MBEDTLS_ECP_DP_NONE,
Decjpake.c153 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
Dx509_crt.c238 if( gid == MBEDTLS_ECP_DP_NONE ) in x509_profile_check_key()
Decp_curves.c4819 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
Dpsa_crypto.c424 return( MBEDTLS_ECP_DP_NONE ); in mbedtls_ecc_group_of_psa()
Dssl_tls.c3120 for( length = 0; ( curve_list[length] != MBEDTLS_ECP_DP_NONE ) && in ssl_handshake_init()
/third_party/mbedtls/include/mbedtls/
Decp.h115 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
/third_party/mbedtls/tests/suites/
Dtest_suite_ecp.function785 if( id_pub != MBEDTLS_ECP_DP_NONE )
789 if( id != MBEDTLS_ECP_DP_NONE )
Dtest_suite_ecp.data418MBEDTLS_ECP_DP_NONE:"37cc56d976091e5a723ec7592dff206eee7cf9069174d0ad14b5f76822596292":"4ee500d823…
Dtest_suite_ssl.function4892 MBEDTLS_ECP_DP_NONE };
/third_party/mbedtls/programs/ssl/
Dssl_client2.c1481 curve_cur->grp_id != MBEDTLS_ECP_DP_NONE; in main()
Dssl_server2.c2225 curve_cur->grp_id != MBEDTLS_ECP_DP_NONE; in main()