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