[][src]Function hactool_sys::mbedtls_cipher_reset

pub unsafe extern "C" fn mbedtls_cipher_reset(
    ctx: *mut mbedtls_cipher_context_t
) -> c_int

\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.