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