Function esp_idf_sys::mbedtls_cipher_list
source ยท pub unsafe extern "C" fn mbedtls_cipher_list() -> *const c_int
Expand description
\brief This function retrieves the list of ciphers supported by the generic cipher module.
For any cipher identifier in the returned list, you can
obtain the corresponding generic cipher information structure
via mbedtls_cipher_info_from_type(), which can then be used
to prepare a cipher context via mbedtls_cipher_setup().
\return A statically-allocated array of cipher identifiers of type cipher_type_t. The last entry is zero.