pub unsafe extern "C" fn mbedtls_cipher_info_from_type(
    cipher_type: mbedtls_cipher_type_t
) -> *const mbedtls_cipher_info_t
Expand description

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

\param cipher_type Type of the cipher to search for.

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