Searched refs:MBEDTLS_ECP_DP_NONE (Results 1 – 25 of 25) sorted by relevance
/mbedtls/programs/test/ |
A D | benchmark.c | 528 { 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 D | psa_crypto_ecp.c | 95 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 D | pkparse.c | 268 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 D | pk_internal.h | 97 return MBEDTLS_ECP_DP_NONE; in mbedtls_pk_get_ec_group_id()
|
A D | ecp.c | 385 { 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 D | ecdh.c | 269 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 D | ssl_client.c | 256 MBEDTLS_ECP_DP_NONE)) { in ssl_write_supported_groups_ext() 272 MBEDTLS_ECP_DP_NONE)) { in ssl_write_supported_groups_ext()
|
A D | pk_ecc.c | 38 if (mbedtls_pk_ec_ro(*pk)->grp.id != MBEDTLS_ECP_DP_NONE && in mbedtls_pk_ecc_set_group()
|
A D | oid.c | 613 MBEDTLS_ECP_DP_NONE, 650 MBEDTLS_ECP_DP_NONE,
|
A D | psa_util.c | 338 return MBEDTLS_ECP_DP_NONE; in mbedtls_ecc_group_from_psa()
|
A D | ecjpake.c | 145 ctx->grp.id == MBEDTLS_ECP_DP_NONE || in mbedtls_ecjpake_check()
|
A D | ssl_tls.c | 1170 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 D | ssl_misc.h | 2321 MBEDTLS_ECP_DP_NONE) { in mbedtls_ssl_named_group_is_supported()
|
A D | ssl_tls12_server.c | 233 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 D | ecp_curves_new.c | 4844 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load() 6007 case MBEDTLS_ECP_DP_NONE: in mbedtls_ecp_modulus_setup()
|
A D | x509_crt.c | 228 if (gid == MBEDTLS_ECP_DP_NONE) { in x509_profile_check_key()
|
A D | ecp_curves.c | 4802 grp->id = MBEDTLS_ECP_DP_NONE; in mbedtls_ecp_group_load()
|
A D | psa_crypto.c | 6168 if (grp_id == MBEDTLS_ECP_DP_NONE) { in psa_generate_derived_ecc_key_weierstrass_helper()
|
/mbedtls/tests/include/test/ |
A D | ssl_helpers.h | 655 MBEDTLS_ECP_DP_NONE); \
|
/mbedtls/include/mbedtls/ |
A D | ecp.h | 103 MBEDTLS_ECP_DP_NONE = 0, /*!< Curve not defined. */ enumerator
|
/mbedtls/tests/suites/ |
A D | test_suite_ecp.function | 929 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 D | test_suite_ecp.data | 510 …MBEDTLS_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 D | test_suite_psa_crypto.function | 9924 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 D | test_suite_ssl.function | 3006 MBEDTLS_ECP_DP_NONE };
|
A D | test_suite_psa_crypto.data | 7823 ecc_conversion_functions:MBEDTLS_ECP_DP_NONE:0:0
|
Completed in 997 milliseconds