Updates an HMAC-MD5 context with the given data.
#include "humd5.h"
int hu_HMACMD5Hash(sb_Context hmacContext, size_t dataBlkLen, const unsigned char *dataBlk, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
An HMAC-MD5 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.
dataBlk is NULL.
Success.