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