Searched refs:MBEDTLS_ECP_DP_MAX (Results 1 – 5 of 5) sorted by relevance
122 #define MBEDTLS_ECP_DP_MAX 14 macro
215 if (our_size > MBEDTLS_ECP_DP_MAX) { in ssl_parse_supported_groups_ext()216 our_size = MBEDTLS_ECP_DP_MAX; in ssl_parse_supported_groups_ext()
614 ecp_set_public_key_group_check:MBEDTLS_ECP_DP_MAX:MBEDTLS_ERR_ECP_FEATURE_UNAVAILABLE
9922 TEST_EQUAL(0, mbedtls_ecc_group_to_psa(MBEDTLS_ECP_DP_MAX, &bits));
1247 … one may be added in the future). Thus there is no equivalent for `MBEDTLS_ECP_DP_MAX` and the fun…