Closes and clears the AES context.
Public Declare Function AES192_Final Lib "diCryptoSys.dll"
(ByVal hContext As Long) As Long
nRet = AES192_Final(hContext)
long __stdcall AES192_Final(long hContext);
If successful, the return value is 0; otherwise it returns a non-zero error code.
See the examples in
AES192_UpdateHex
and AES192_Update
.
AES192_Init
AES192_InitHex
AES192_UpdateHex
AES192_Update