Updates an AES MMO hash context with the given data.
#include "huaesmmo.h"
int hu_AESMMOHash(sb_Context hashContext, size_t messageLen, const unsigned char *messageData, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The AES MMO hash context object.
The length (in bytes) of the data.
The data buffer.
A global context.
The hashContext object is NULL.
The hashContext object is invalid.
The messageData data buffer is NULL.
The message length is too large. Total message size must be less than 65536 bits.
Success.