Destroys an elliptic curve point object.
#include "hueccalc.h"
int hu_ECCalcECPointDestroy(sb_Params eccParams, sb_ECCalcECPoint *point, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
ECC parameters object.
The elliptic curve point object.
SB context or memory callback data.
Elliptic curve point object must be destroyed before the ECC parameters object is destroyed.
ECC parameters object is NULL.
ECC parameters object is invalid.
The elliptic curve point object pointer is NULL.
The elliptic curve point object is NULL.
The elliptic curve point object is invalid.
Success.