hu_SHA1Hash()

Updates a SHA-1 context with the given data.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

hashContext

The SHA-1 context object.

messageLen

The length (in bytes) of the data.

messageData

The 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

The messageData data buffer is NULL.

SB_SUCCESS

Success.