Searched refs:MBEDTLS_ECP_DP_NONE (Results 1 – 17 of 17) sorted by relevance
/mbedtls-development/programs/test/ |
A D | benchmark.c | 558 { 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 D | psa_crypto_ecp.c | 79 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 D | ecp.c | 398 { 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 D | pkparse.c | 393 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 D | ecdh.c | 294 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 D | oid.c | 551 MBEDTLS_ECP_DP_NONE,
|
A D | ecjpake.c | 153 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
|
A D | x509_crt.c | 238 if( gid == MBEDTLS_ECP_DP_NONE ) in x509_profile_check_key()
|
A D | ecp_curves.c | 4819 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
|
A D | psa_crypto.c | 428 return( MBEDTLS_ECP_DP_NONE ); in mbedtls_ecc_group_of_psa()
|
A D | ssl_tls.c | 3089 for( length = 0; ( curve_list[length] != MBEDTLS_ECP_DP_NONE ) && in ssl_handshake_init()
|
/mbedtls-development/include/mbedtls/ |
A D | ecp.h | 115 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
|
/mbedtls-development/tests/suites/ |
A D | test_suite_ecp.function | 785 if( id_pub != MBEDTLS_ECP_DP_NONE ) 789 if( id != MBEDTLS_ECP_DP_NONE )
|
A D | test_suite_ecp.data | 418 …MBEDTLS_ECP_DP_NONE:"37cc56d976091e5a723ec7592dff206eee7cf9069174d0ad14b5f76822596292":"4ee500d823…
|
A D | test_suite_ssl.function | 4892 MBEDTLS_ECP_DP_NONE };
|
/mbedtls-development/programs/ssl/ |
A D | ssl_client2.c | 1479 curve_cur->grp_id != MBEDTLS_ECP_DP_NONE; in main()
|
A D | ssl_server2.c | 2223 curve_cur->grp_id != MBEDTLS_ECP_DP_NONE; in main()
|
Completed in 74 milliseconds