openHiTLS API openHiTLS 0.1.0-Alpha1

◆ CRYPT_EAL_CipherFreeCtx()

void CRYPT_EAL_CipherFreeCtx ( CRYPT_EAL_CipherCtx ctx)

Release the symmetric encryption/decryption handle. Clear sensitive information before releasing the handle.

注意
If the function is called by an external user and the error stack is concerned, it is recommended that BSL_ERR_ClearError() be called before this function is called.
参数
ctx[IN] Symmetric encryption/decryption handle. The CTX is set null by the caller.