Developer Reference for Intel® Integrated Performance Primitives Cryptography
Copies one point to another.
IppStatus ippsGFpECCpyPoint(const IppsGFpECPoint* pA, IppsGFpECPoint* pR, IppsGFpECState* pEC);
ippcp.h
pA |
Pointer to the context of the elliptic curve point being copied. |
pR |
Pointer to the context of the elliptic curve point being changed. |
pEC |
Pointer to the context of the elliptic curve. |
This function copies one point of the elliptic curve over the finite field to another.
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified is NULL. |
ippStsContextMatchErr |
Indicates an error condition if any of the specified contexts does not match the operation. |
ippStsOutOfRangeErr |
Indicates an error condition if any of the specified points does not belong to the finite field over which the elliptic curve is initialized. |