AES128_Final closes and clears the AES context.
Public Declare Function AES128_Final Lib "diCryptoSys.dll"
(ByVal hContext As Long) As Long
nRet = AES128_Final(hContext)
Long containing the handle to the AES context.
long _stdcall AES128_Final(long ctx_handle);
Long: If successful, the return value is 0;
otherwise it returns a non-zero error code.
See the examples in
AES128_UpdateHex
and AES128_Update.
AES128_Init
AES128_InitHex
AES128_UpdateHex
AES128_Update