AES_CMACGetSize
AES_CMACGetSize
Gets the size of the
IppsAES_CMACState
context.Syntax
IppStatus ippsAES_CMACGetSize(int
*pSize
);
Include Files
ippcp.h
Parameters
- pSize
- Pointer to theIppsAES_CMACStatecontext.
Description
This function gets the size of the
IppsAES_CMACState
context.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 isNULL.