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 __stdcall AES128_Final(long hContext);
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