Rijndael128CCMMessageLen

Sets up the length of the message to be processed.

Syntax

IppStatus ippsRijndael128CCMMessageLen(Ipp32u msgLen, IppsRijndael128CCMState* pState);

Parameters

msgLen

Length of the message to be processed (in bytes).

pState

Pointer to the IppsRijndael128CCMState context.

Description

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.

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.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.