Destroys an DRBG RNG context object.
#include "hurandom.h"
int hu_RngDrbgDestroy(sb_RNGCtx *rngCtx, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
An RNG context object pointer.
A global context.
The RNG context object pointer is NULL.
The RNG context object is NULL.
The RNG context is invalid.
The security strength is less than the minimum value of 80 bits.
The security strength is higher than the maximum supported strength.
The predictive resistance is not supported.
The personalization string is too long.
Success.