Function esp_idf_sys::mbedtls_md_info_from_string
source ยท pub unsafe extern "C" fn mbedtls_md_info_from_string(
md_name: *const c_char,
) -> *const mbedtls_md_info_t
Expand description
\brief This function returns the message-digest information associated with the given digest name.
\param md_name The name of the digest to search for.
\return The message-digest information associated with \p md_name. \return NULL if the associated message-digest information is not found.