Generates the message digest from the data that has been updated to the given SHA-224 context.
#include "husha2.h"
int hu_SHA224DigestGet(sb_Context hashContext, unsigned char *digest, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
SHA-224 context object.
Message digest buffer. The length (in bytes) of the buffer must be at least SB_SHA224_DIGEST_LEN.
A global context.
This function does not change the state of the context object.
The hashContext object is NULL.
The hashContext object is invalid.
Message digest buffer is NULL.
Success.