Home
last modified time | relevance | path

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

/mbedtls/programs/test/
A Dbenchmark.c528 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL }, in main()
529 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL }, in main()
1138 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1164 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1197 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
1229 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in main()
/mbedtls/library/
A Dpsa_crypto_ecp.c95 mbedtls_ecp_group_id grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_psa_ecp_load_representation()
148 if (grp_id == MBEDTLS_ECP_DP_NONE) { in mbedtls_psa_ecp_load_representation()
336 if (grp_id == MBEDTLS_ECP_DP_NONE || curve_info == NULL) { in mbedtls_psa_ecp_generate_key()
A Dpkparse.c268 for (id = mbedtls_ecp_grp_id_list(); *id != MBEDTLS_ECP_DP_NONE; id++) { in pk_group_id_from_group()
292 if (ret == 0 && *id == MBEDTLS_ECP_DP_NONE) { in pk_group_id_from_group()
524 mbedtls_ecp_group_id ec_grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_pk_parse_subpubkey()
753 mbedtls_ecp_group_id ec_grp_id = MBEDTLS_ECP_DP_NONE; in pk_parse_key_pkcs8_unencrypted_der()
A Dpk_internal.h97 return MBEDTLS_ECP_DP_NONE; in mbedtls_pk_get_ec_group_id()
A Decp.c385 { MBEDTLS_ECP_DP_NONE, 0, 0, NULL },
413 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list()
417 ecp_supported_grp_id[i] = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_grp_id_list()
433 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_grp_id()
451 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_tls_id()
473 curve_info->grp_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_curve_info_from_name()
514 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_init()
3207 if (key->grp.id == MBEDTLS_ECP_DP_NONE) { in mbedtls_ecp_set_public_key()
3393 if (pub->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecp_check_pub_priv()
A Decdh.c269 ctx->grp_id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecdh_free()
454 if (mbedtls_ecdh_grp_id(ctx) == MBEDTLS_ECP_DP_NONE) { in mbedtls_ecdh_get_params()
A Dssl_client.c256 MBEDTLS_ECP_DP_NONE)) { in ssl_write_supported_groups_ext()
272 MBEDTLS_ECP_DP_NONE)) { in ssl_write_supported_groups_ext()
A Dpk_ecc.c38 if (mbedtls_pk_ec_ro(*pk)->grp.id != MBEDTLS_ECP_DP_NONE && in mbedtls_pk_ecc_set_group()
A Doid.c613 MBEDTLS_ECP_DP_NONE,
650 MBEDTLS_ECP_DP_NONE,
A Dpsa_util.c338 return MBEDTLS_ECP_DP_NONE; in mbedtls_ecc_group_from_psa()
A Decjpake.c145 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
A Dssl_tls.c1170 for (length = 0; (curve_list[length] != MBEDTLS_ECP_DP_NONE); length++) { in ssl_handshake_init()
6268 { 0, MBEDTLS_ECP_DP_NONE, 0, 0 },
6298 return MBEDTLS_ECP_DP_NONE; in mbedtls_ssl_get_ecp_group_id_from_tls_id()
6303 for (int i = 0; tls_id_match_table[i].ecp_group_id != MBEDTLS_ECP_DP_NONE; in mbedtls_ssl_get_tls_id_from_ecp_group_id()
8031 if (grp_id == MBEDTLS_ECP_DP_NONE) { in ssl_parse_certificate_verify()
A Dssl_misc.h2321 MBEDTLS_ECP_DP_NONE) { in mbedtls_ssl_named_group_is_supported()
A Dssl_tls12_server.c233 MBEDTLS_ECP_DP_NONE) { in ssl_parse_supported_groups_ext()
2678 if (grp_id == MBEDTLS_ECP_DP_NONE) { in ssl_get_ecdh_params_from_cert()
A Decp_curves_new.c4844 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
6007 case MBEDTLS_ECP_DP_NONE: in mbedtls_ecp_modulus_setup()
A Dx509_crt.c228 if (gid == MBEDTLS_ECP_DP_NONE) { in x509_profile_check_key()
A Decp_curves.c4802 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
A Dpsa_crypto.c6168 if (grp_id == MBEDTLS_ECP_DP_NONE) { in psa_generate_derived_ecc_key_weierstrass_helper()
/mbedtls/tests/include/test/
A Dssl_helpers.h655 MBEDTLS_ECP_DP_NONE); \
/mbedtls/include/mbedtls/
A Decp.h103 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
/mbedtls/tests/suites/
A Dtest_suite_ecp.function929 crv->grp_id != MBEDTLS_ECP_DP_NONE &&
936 *g_id != MBEDTLS_ECP_DP_NONE && *g_id != (unsigned) id;
983 if (id_pub != MBEDTLS_ECP_DP_NONE) {
988 if (id != MBEDTLS_ECP_DP_NONE) {
1326 } else if (grp_id != MBEDTLS_ECP_DP_NONE) {
A Dtest_suite_ecp.data510MBEDTLS_ECP_DP_NONE:"37cc56d976091e5a723ec7592dff206eee7cf9069174d0ad14b5f76822596292":"4ee500d823…
603 ecp_set_public_key_group_check:MBEDTLS_ECP_DP_NONE:MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE
992 ecp_write_key_ext:MBEDTLS_ECP_DP_NONE:"":32:MBEDTLS_ERR_ECP_BAD_INPUT_DATA
1343 ecp_mod_setup:"fffffffffffffffffffffffe26f2fc17f69466a74defd8d":MBEDTLS_ECP_DP_NONE:MBEDTLS_ECP_MOD…
A Dtest_suite_psa_crypto.function9924 TEST_EQUAL(0, mbedtls_ecc_group_to_psa(MBEDTLS_ECP_DP_NONE, &bits));
9928 TEST_EQUAL(MBEDTLS_ECP_DP_NONE, mbedtls_ecc_group_from_psa(0, 192));
9930 TEST_EQUAL(MBEDTLS_ECP_DP_NONE, mbedtls_ecc_group_from_psa(PSA_ECC_FAMILY_SECP_R1, 512));
9933 TEST_EQUAL(MBEDTLS_ECP_DP_NONE,
9935 TEST_EQUAL(MBEDTLS_ECP_DP_NONE,
A Dtest_suite_ssl.function3006 MBEDTLS_ECP_DP_NONE };
A Dtest_suite_psa_crypto.data7823 ecc_conversion_functions:MBEDTLS_ECP_DP_NONE:0:0

Completed in 997 milliseconds