Updates an HMAC-SHA-224 context with the given data.
#include "husha2.h"
int hu_HMACSHA224Hash(sb_Context hmacContext, size_t dataBlkLen, const unsigned char *dataBlk, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
A HMAC-SHA-224 context object.
The length (in bytes) of the data.
The data buffer.
A global context.
The hmacContext object is NULL.
The hmacContext object is invalid.
The data buffer, dataBlk, is NULL.
Success.