pub unsafe extern "C" fn mbedtls_cipher_info_from_string(
    cipher_name: *const c_char
) -> *const mbedtls_cipher_info_t
Expand description

\brief This function retrieves the cipher-information structure associated with the given cipher name.

\param cipher_name Name of the cipher to search for. This must not be \c NULL.

\return The cipher information structure associated with the given \p cipher_name. \return \c NULL if the associated cipher information is not found.