GFPXQElementGetSize

Gets the size of the IppsGFPXQElement context of a GF(p^d^2) element.

Syntax

IppStatus ippsGFPXQElementGetSize(const IppsGFPXQState *pGFpxq, Ipp32u *stateSizeInBytes);

Parameters

pGFpxq

Pointer to the IppsGFPXQState context of the GF(p^d^2) field.

stateSizeInBytes

Buffer size in bytes needed for the IppsGFPXQElement context.

Description

This function is declared in the ippcp.h file. The function returns the size of the buffer associated with the IppsGFPXQElement context, suitable for storing an element of the finite field GF(p^d^2).

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.

Submit feedback on this help topic

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