Gets the size of the IppsGFPXElement context of a GF(p^d) element.
IppStatus ippsGFPXElementGetSize(const IppsGFPXState *pGFpx, Ipp32u *stateSizeInBytes);
pGFpx |
Pointer to the IppsGFPXState context of the GF(p^d) field. |
stateSizeInBytes |
Buffer size in bytes needed for the IppsGFPXElement context. |
This function is declared in the ippcp.h file. The function returns the size of the buffer associated with the IppsGFPXElement context, suitable for storing an element of the finite field GF(p^d).
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. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.