Destroys an AES key object.
#include "huaes.h"
int hu_AESKeyDestroy(sb_Params aesParams, sb_Key *aesKey, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The AES parameters object.
The AES key object pointer.
Global context.
AES contexts must be destroyed before any AES key objects. AES parameter objects must be destroyed after AES key objects.
The aesParams object is NULL.
The tag for the params object is not of the expected type.
The aesKey object pointer is NULL.
The aesKey object is NULL.
The aesKey object is invalid.
Success.