Resets the given DES context so it can be reused.
#include "hudes.h"
int hu_DESCtxReset(size_t ivLen, const unsigned char *iv, sb_Context desContext, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The length (in bytes) of initial vector. The only acceptable value is SB_DES_IV_SIZE.
The initial vector.
The DES context object.
A global context.
The desContext object is NULL.
The desContext object is invalid.
The initial vector, iv, is NULL.
The initial vector length, ivLen, is invalid.
Success.