Generates the message digest from the data that has been updated to the given AES MMO hash context.
#include "huaesmmo.h"
int hu_AESMMODigestGet(sb_Context hashContext, unsigned char *digest, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The AES MMO hash context object.
The message digest buffer. The length (in bytes) of the buffer must be at least SB_AESMMO_DIGEST_LEN.
A global context.
Note: This function does not change the state of the context object.
The hashContext object is NULL.
The hashContext object is invalid.
The message digest buffer is NULL.
Success.