mbedtls_md_info_from_string() function
This function returns the message-digest information associated with the given digest name.
Arguments
md_name
The name of the digest to search for.
Return value
The message-digest information associated with \p md_name. NULL if the associated message-digest information is not found.