Function esp_idf_sys::mbedtls_ecp_curve_info_from_name
source ยท pub unsafe extern "C" fn mbedtls_ecp_curve_info_from_name(
name: *const c_char,
) -> *const mbedtls_ecp_curve_info
Expand description
\brief This function retrieves curve information from a human-readable name.
\param name The human-readable name.
\return The associated curve information on success. \return NULL on failure.