Adds two elliptic curve points.
#include "hueccalc.h"
int hu_ECCalcAdd(sb_Params eccParams, sb_ECCalcECPoint pointA, sb_ECCalcECPoint pointB, sb_ECCalcECPoint resultPoint, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The ECC parameters object.
Point A.
Point B.
Sum of Point A and Point B.
A global context
resultPoint = pointA + pointB
Any or all of the input and output elliptic curve point objects can be the same.
ECC parameters object is NULL.
ECC parameters object is invalid.
The elliptic curve point object is NULL.
The elliptic curve point object is invalid.
Memory allocation failure.
Operation failed.
Operation resulted in point at infinity (caller to interpret as error or not).
Success.