Visible to Intel only — GUID: GUID-1E8E287F-A498-4516-AE01-B85ADF14F676
Visible to Intel only — GUID: GUID-1E8E287F-A498-4516-AE01-B85ADF14F676
AES_CCMMessageLen
Sets up the length of the message to be processed.
Syntax
IppStatus ippsAES_CCMMessageLen(Ipp64u msgLen, IppsAES_CCMState* pState);
Include Files
ippcp.h
Parameters
msgLen |
Length of the message to be processed (in bytes). |
pState |
Pointer to the IppsAES_CCMState context. |
Description
The function assigns the value of msgLen to the length of the message to be processed in the *pState 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 is NULL. |
ippStsContextMatchErr |
Indicates an error condition if the context parameter does not match the operation. |
ippStsLengthErr |
Indicates an error condition if msgLen=0. |