Visible to Intel only — GUID: GUID-B668665C-A1EF-4740-9636-74BF97236C46
Visible to Intel only — GUID: GUID-B668665C-A1EF-4740-9636-74BF97236C46
ECCPPointInit
Initializes the context for a point on the elliptic curve defined over GF(p).
IppStatus ippsECCPPointInit(int feBitSize, IppsECCPPointState* pPoint);
ippcp.h
feBitSize |
Size (in bits) of the field element. |
pPoint |
Pointer to the context of the elliptic curve point. |
The function initializes the context for a point on the elliptic curve defined over a finite field GF(p).
Context is a structure IppsECCPPointState intended for storing the information about a point on the elliptic curve defined over GF(p).
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. |
ippStsSizeErr |
Indicates an error condition if the value of the parameter feBitSize is less than 2. |
See Also
Did you find the information on this page useful?
Feedback Message
Characters remaining: