Creates an HMAC-SHA-512 context object with the given key.
#include "husha2.h"
int hu_HMACSHA512Begin(size_t keyLen, const unsigned char *key, sb_YieldCtx yieldCtx, sb_Context *hmacContext, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The length (in bytes) of the key.
The key value.
Ignored.
The HMAC-SHA-512 context object pointer.
A global context.
Note: Yielding is not supported for HMAC operations.
The hmacContext object pointer is NULL.
The key value is NULL.
Memory allocation failure.
Success.