Creates a MAC context initialized with the given key.
#include "humac.h"
int hu_MACBegin(sb_Key macKey, sb_Context *macContext, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The MAC key object.
The MAC context object pointer.
A global context.
The macKey object is NULL.
The macKey object is invalid.
The macContext object pointer is NULL.