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.