Visible to Intel only — GUID: GUID-71611AE1-67D4-4BA4-959E-9EF54B23DC62
Visible to Intel only — GUID: GUID-71611AE1-67D4-4BA4-959E-9EF54B23DC62
AES_GCMReset
Resets the IppsAES_GCMState context for authenticated encryption/decryption of a new message.
Syntax
IppStatus ippsAES_GCMReset(IppsAES_GCMState* pState);
Include Files
ippcp.h
Parameters
pState |
Pointer to the IppsAES_GCMState context. |
Description
The function resets the *pState context to prepare it for either of the following operations with a new message:
encryption and tag generation
decryption and tag authentication
Return Values
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |