Sets up the length of the message to be processed.
IppStatus ippsRijndael128CCMMessageLen(Ipp32u msgLen, IppsRijndael128CCMState* pState);
msgLen |
Length of the message to be processed (in bytes). |
pState |
Pointer to the IppsRijndael128CCMState context. |
This function is declared in the ippcp.h file. The function assigns the value of msgLen to the length of the message to be processed in the *pState context.
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. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.