Gets the size of the IppsGFPXECState context of the elliptic curve over the GF(p) field.
IppStatus ippsGFPXECGetSize(const IppsGFPXState *pGFpx, Ipp32u *stateSizeInBytes);
pGFpx |
Pointer to the IppsGFPXState context of the finite field GF(p^d). |
stateSizeInBytes |
Buffer size in bytes needed for the IppsGFPXECState context. |
This function is declared in the ippcp.h file. The function returns the size of the buffer associated with the IppsGFPXECState context, suitable for storing data for the elliptic curve over the GF(p^d) field.
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 any of the context parameters does not match the operation. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.