Function mbedtls_cipher_info_from_string

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

\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.