mbedtls_cipher_info_from_string() function
This function retrieves the cipher-information structure associated with the given cipher name.
Arguments
cipher_name
Name of the cipher to search for. This must not be \c NULL.
Return value
The cipher information structure associated with the given \p cipher_name. \c NULL if the associated cipher information is not found.