Resets the given SHA-1 context so it can be reused.
#include "husha1.h"
int hu_SHA1CtxReset(sb_Context hashContext, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
SHA-1 context object.
A global context.
Note: This function returns the state of the context to the same state as a context created after a call to hu_SHA1Begin().
The hashContext object is NULL.
The hashContext object is invalid.
Success.