Function esp_idf_sys::mbedtls_ecp_curve_info_from_tls_id
source ยท pub unsafe extern "C" fn mbedtls_ecp_curve_info_from_tls_id(
tls_id: u16,
) -> *const mbedtls_ecp_curve_info
Expand description
\brief This function retrieves curve information from a TLS NamedCurve value.
\param tls_id An \c MBEDTLS_ECP_DP_XXX value.
\return The associated curve information on success. \return NULL on failure.