Updates the MAC context with a block of data.
#include "humac.h"
int hu_MACUpdate(sb_Context macContext, size_t dataLen, const unsigned char *data, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The MAC context object.
The length (in bytes) of the data.
The data value.
A global context.
This function can be called repeatedly with multiple blocks of data.
The macContext object is NULL.
The macContext object is invalid.
The data buffer is NULL.