Destroys a DES key object.
#include "hudes.h"
int hu_DESKeyDestroy(sb_Params desParams, sb_Key *desKey, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
A DES parameters object.
The DES key object pointer.
A global context.
DES contexts must be destroyed before any DES key objects. DES parameter objects must be destroyed after DES key objects.
The desParams object is NULL.
The tag for the params object is not of the expected type.
The desKey object pointer is NULL.
The desKey object is NULL.
The desKey object is invalid.
Success.