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