Destroys an Authenticated Encryption key object.
#include "huauthenc.h"
int hu_AuthEncKeyDestroy(sb_Key *authEncKey, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The Authenticated Encryption key object pointer.
Global context.
The symmetric key object used to create the Authenticated Encryption key object must be destroyed after the Authenticated Encryption key object.
The authEncKey object pointer is NULL.
The authEncKey object is NULL.
The authEncKey object is invalid.
Success.