Rijndael128GCMProcessIV

Processes an initial vector of a given length according to the GCM specification.

Syntax

IppStatus ippsRijndael128GCMProcessIV(const Ipp8u* pIV, Ipp32u ivLen, IppsRijndael128GCMState* pState);

Parameters

pIV

Pointer to the initialization vector.

ivLen

Length of the initialization vector *pIV (in bytes).

pState

Pointer to the IppsRijndael128GCMState context.

Description

This function is declared in the ippcp.h file. The function processes ivLen bytes of the initial vector *pIV as specified in [NIST SP 800-38D].

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 the length of the initialization vector is zero.

Submit feedback on this help topic

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