hu_ECCalcOrderIntDestroy()

Destroys a point order integer object.

Synopsis:

#include "hueccalc.h"
 
int hu_ECCalcOrderIntDestroy(sb_Params eccParams, sb_ECCalcOrderInt *orderInt, sb_GlobalCtx sbCtx)

Since:

BlackBerry 10.0.0

Arguments:

eccParams

ECC parameters object.

orderInt

The point order integer object.

sbCtx

SB context or memory callback data.

Library:

libhuapi (For the qcc command, use the -l huapi option to link against this library)

Description:

Point order integer object must be destroyed before the ECC parameters object is destroyed.

Returns:

SB_ERR_NULL_PARAMS

ECC parameters object is NULL.

SB_ERR_BAD_PARAMS

ECC parameters object is invalid.

SB_ERR_NULL_ORDER_INT_PTR

The point order integer object pointer is NULL.

SB_ERR_NULL_ORDER_INT

The point order integer objects is NULL.

SB_ERR_BAD_ORDER_INT

The point order integer object is invalid.

SB_SUCCESS

Success.