Visible to Intel only — GUID: GUID-95A3D4F2-C89A-4AB9-B0A1-9BC2217B0FA5
Visible to Intel only — GUID: GUID-95A3D4F2-C89A-4AB9-B0A1-9BC2217B0FA5
ECCPGetPoint
Retrieves coordinates of the point on the elliptic curve defined over GF(p).
IppStatus ippsECCPGetPoint(IppsBigNumState* pX, IppsBigNumState* pY, const IppsECCPPointState* pPoint, IppsECCPState* pECC);
ippcp.h
pX |
Pointer to the x-coordinate of the point on the elliptic curve. |
pY |
Pointer to the y-coordinate of the point on the elliptic curve. |
pPoint |
Pointer to the context of the elliptic curve point. |
pECC |
Pointer to the context of the elliptic cryptosystem. |
The function retrieves the coordinates of the point on the elliptic curve defined over a prime finite field GF(p) from the point context and allocates them in accordance with the set pointers pX and pY.
The elliptic curve domain parameters must be hitherto defined by one of the functions: ECCPSet or ECCPSetStd.
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 one of the contexts pointed by pX, pY, pPoint, or pECC is not valid. |
Did you find the information on this page useful?
Feedback Message
Characters remaining: