Updates a SHA-256 context with the given data.
#include "husha2.h"
int hu_SHA256Hash(sb_Context hashContext, size_t messageLen, const unsigned char *messageData, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
A SHA-256 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 data buffer, messageData, is NULL.
Success.