Function mbedtls_cipher_info_from_type

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

\brief Returns 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 cipher_type, or NULL if not found.