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