Home
last modified time | relevance | path

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

/mbedtls-3.4.0/programs/test/
Dbenchmark.c535 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL }, in main()
536 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL }, in main()
1055 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1076 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1114 { MBEDTLS_ECP_DP_NONE, 0, 0, 0 } in main()
1135 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1160 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1182 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1207 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1239 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
/mbedtls-3.4.0/library/
Dpsa_crypto_ecp.c50 mbedtls_ecp_group_id grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_psa_ecp_load_representation()
99 if( grp_id == MBEDTLS_ECP_DP_NONE ) in mbedtls_psa_ecp_load_representation()
302 if( grp_id == MBEDTLS_ECP_DP_NONE || curve_info == NULL ) in mbedtls_psa_ecp_generate_key()
Decp.c388 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL },
417 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list()
422 ecp_supported_grp_id[i] = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list()
438 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_grp_id()
456 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()
516 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_init()
3206 if( pub->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecp_check_pub_priv()
Decdh.c274 ctx->grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecdh_free()
449 if( mbedtls_ecdh_grp_id( ctx ) == MBEDTLS_ECP_DP_NONE ) in mbedtls_ecdh_get_params()
Dpkparse.c374 for( id = mbedtls_ecp_grp_id_list(); *id != MBEDTLS_ECP_DP_NONE; id++ ) in pk_group_id_from_group()
401 if( ret == 0 && *id == MBEDTLS_ECP_DP_NONE ) in pk_group_id_from_group()
461 if( grp->id != MBEDTLS_ECP_DP_NONE && grp->id != grp_id ) in pk_use_ecparams()
Doid.c547 MBEDTLS_ECP_DP_NONE,
Decjpake.c179 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
Dpsa_crypto.c432 return( MBEDTLS_ECP_DP_NONE ); in mbedtls_ecc_group_of_psa()
4808 if( grp_id == MBEDTLS_ECP_DP_NONE ) in psa_generate_derived_ecc_key_weierstrass_helper()
Dx509_crt.c234 if( gid == MBEDTLS_ECP_DP_NONE ) in x509_profile_check_key()
Decp_curves.c4817 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
Dssl_tls.c1057 for( length = 0; ( curve_list[length] != MBEDTLS_ECP_DP_NONE ) && in ssl_handshake_init()
/mbedtls-3.4.0/include/mbedtls/
Decp.h115 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
/mbedtls-3.4.0/tests/suites/
Dtest_suite_ecp.function896 crv->grp_id != MBEDTLS_ECP_DP_NONE &&
901 *g_id != MBEDTLS_ECP_DP_NONE && *g_id != (unsigned) id;
946 if( id_pub != MBEDTLS_ECP_DP_NONE )
950 if( id != MBEDTLS_ECP_DP_NONE )
Dtest_suite_ecp.data470MBEDTLS_ECP_DP_NONE:"37cc56d976091e5a723ec7592dff206eee7cf9069174d0ad14b5f76822596292":"4ee500d823…
Dtest_suite_ssl.function5582 MBEDTLS_ECP_DP_NONE };
/mbedtls-3.4.0/programs/ssl/
Dssl_client2.c1594 curve_cur->grp_id != MBEDTLS_ECP_DP_NONE; in main()
Dssl_server2.c2470 curve_cur->grp_id != MBEDTLS_ECP_DP_NONE; in main()