hu_MD5Hash()

Updates an MD5 context with the given data.

Synopsis:

#include "humd5.h"
 
int hu_MD5Hash(sb_Context hashContext, size_t messageLen, const unsigned char *messageData, sb_GlobalCtx sbCtx)

Since:

BlackBerry 10.0.0

Arguments:

hashContext

The MD5 context object.

messageLen

The length (in bytes) of the data.

messageData

A data buffer.

sbCtx

A global context.

Library:

libhuapi (For the qcc command, use the -l huapi option to link against this library)

Description:

Returns:

SB_ERR_NULL_CONTEXT

The hashContext object is NULL.

SB_ERR_BAD_CONTEXT

The hashContext object is invalid.

SB_ERR_NULL_INPUT_BUF

messageData is NULL.

SB_SUCCESS

Success.