Function esp_idf_sys::mbedtls_cipher_init
source ยท pub unsafe extern "C" fn mbedtls_cipher_init(
ctx: *mut mbedtls_cipher_context_t,
)
Expand description
\brief This function initializes a \p ctx as NONE.
\param ctx The context to be initialized. This must not be \c NULL.