pub unsafe extern "C" fn mbedtls_cipher_reset(
ctx: *mut mbedtls_cipher_context_t,
) -> c_intExpand description
\brief Finish preparation of the given context
\param ctx generic cipher context
\returns 0 on success, MBEDTLS_ERR_CIPHER_BAD_INPUT_DATA if parameter verification fails.