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