Destroys an ARC2 key object.
#include "huarc2.h"
int hu_ARC2KeyDestroy(sb_Params arc2Params, sb_Key *arc2Key, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The ARC2 parameters object.
The ARC2 key object pointer.
A global context.
ARC2 contexts must be destroyed before any ARC2 key objects. ARC2 parameter objects must be destroyed after ARC2 key objects.
The arc2Params parameters object is NULL.
The tag for the params object is not of the expected type.
The arc2Key key object pointer is NULL.
The arc2Key key object is NULL.
The arc2Key key object is invalid.
Success.