Creates an HMAC-MD5 context object with the given key.
#include "humd5.h"
int hu_HMACMD5Begin(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-MD5 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.