[][src]Function hactool_sys::mbedtls_cipher_info_from_string

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

\brief Returns the cipher information structure associated with the given cipher name.

\param cipher_name Name of the cipher to search for.

\return the cipher information structure associated with the given cipher_name, or NULL if not found.