Visible to Intel only — GUID: GUID-46978443-6710-487D-99C3-E3EE3008D63C
Visible to Intel only — GUID: GUID-46978443-6710-487D-99C3-E3EE3008D63C
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. |