Destroys an AES parameters object.
#include "huaes.h"
int hu_AESParamsDestroy(sb_Params *aesParams, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The AES parameters object pointer.
A global context.
AES contexts and key objects must be destroyed before their corresponding AES parameters object is destroyed.
The aesParams object pointer is NULL.
The aesParams object is NULL.
The tag for the params object is not of the expected type.
Success.