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