Destroys an ARC4 context object.
#include "huarc4.h"
int hu_ARC4End(sb_Context *arc4Context, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
An ARC4 context object pointer.
A global context.
This function must be called to terminate an encryption or decryption operation. An ARC4 context must be destroyed before the corresponding ARC4 key object and ARC4 parameters object are destroyed.
The arc4Context object pointer is NULL.
The arc4Context object is NULL.
The arc4Context object is invalid.
Success.