Updates a SHA-1 context with the given data.
#include "husha1.h"
int hu_SHA1Hash(sb_Context hashContext, size_t messageLen, const unsigned char *messageData, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The SHA-1 context object.
The length (in bytes) of the data.
The data buffer.
A global context.
The hashContext object is NULL.
The hashContext object is invalid.
The messageData data buffer is NULL.
Success.