Creates an AES MMO hash context object.
#include "huaesmmo.h"
int hu_AESMMOBegin(size_t digestLen, sb_YieldCtx yieldCtx, sb_Context *hashContext, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The length (in bytes) of an AES MMO hash digest. The only acceptable value is SB_AESMMO_DIGEST_LEN.
Ignored.
The AES MMO context object pointer.
A global context.
Note: Yielding is not supported for message digest operations.
digestLen is an invalid digest length.
The hashContext object pointer is NULL.
Memory allocation failure.
Success.