Function esp_idf_hal::sys::mbedtls_ecp_curve_info_from_name
source ยท pub unsafe extern "C" fn mbedtls_ecp_curve_info_from_name(
name: *const i8,
) -> *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.