CryptoSys API Library Manual

AEAD_Destroy

Closes the AEAD context and destroys the key (in incremental mode).

VBA/VB6 Syntax

Public Declare Function AEAD_Destroy Lib "diCryptoSys.dll" (ByVal hContext As Long) As Long

nRet = AEAD_Destroy(hContext)

C/C++ Syntax

long __stdcall AEAD_Destroy(long hContext);

Parameters

hContext
[in] handle to the AEAD context set up by an earlier call to AEAD_InitKey.

Returns (VBA/C)

If successful, the return value is zero; otherwise it returns a nonnegative error code.

.NET Equivalent

Aead.Dispose Method

Remarks

Example

[Contents] [Index]

[PREV: AEAD_DecryptWithTag...]   [Contents]   [Index]   
   [NEXT: AEAD_Encrypt...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.