Home
last modified time | relevance | path

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

/mbedtls-development/programs/test/
A 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()
/mbedtls-development/library/
A Dpsa_crypto_ecp.c79 mbedtls_ecp_group_id grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_psa_ecp_load_representation()
128 if( grp_id == MBEDTLS_ECP_DP_NONE ) in mbedtls_psa_ecp_load_representation()
331 if( grp_id == MBEDTLS_ECP_DP_NONE || curve_info == NULL ) in ecp_generate_key()
A 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()
A 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()
A 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()
A Doid.c551 MBEDTLS_ECP_DP_NONE,
A Decjpake.c153 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
A Dx509_crt.c238 if( gid == MBEDTLS_ECP_DP_NONE ) in x509_profile_check_key()
A Decp_curves.c4819 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
A Dpsa_crypto.c428 return( MBEDTLS_ECP_DP_NONE ); in mbedtls_ecc_group_of_psa()
A Dssl_tls.c3089 for( length = 0; ( curve_list[length] != MBEDTLS_ECP_DP_NONE ) && in ssl_handshake_init()
/mbedtls-development/include/mbedtls/
A Decp.h115 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
/mbedtls-development/tests/suites/
A Dtest_suite_ecp.function785 if( id_pub != MBEDTLS_ECP_DP_NONE )
789 if( id != MBEDTLS_ECP_DP_NONE )
A Dtest_suite_ecp.data418MBEDTLS_ECP_DP_NONE:"37cc56d976091e5a723ec7592dff206eee7cf9069174d0ad14b5f76822596292":"4ee500d823…
A Dtest_suite_ssl.function4892 MBEDTLS_ECP_DP_NONE };
/mbedtls-development/programs/ssl/
A Dssl_client2.c1479 curve_cur->grp_id != MBEDTLS_ECP_DP_NONE; in main()
A Dssl_server2.c2223 curve_cur->grp_id != MBEDTLS_ECP_DP_NONE; in main()

Completed in 74 milliseconds