Gets the size of the IppsGFPECPoint context of a point on the elliptic curve.
IppStatus ippsGFPECPointGetSize(const IppsGFPECState *pEC, Ipp32u *stateSizeInBytes);
pEC |
Pointer to the context of the elliptic curve. |
stateSizeInBytes |
Buffer size in bytes needed for the IppsGFPECPoint context. |
This function is declared in the ippcp.h file. The function returns the size of the buffer associated with the IppsGFPECPoint context, suitable for storing data for a point on the elliptic curve over the GF(p) 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.