Completes the message digest operation by generating the digest and destroying the SHA-224 context object.
#include "husha2.h"
int hu_SHA224End(sb_Context *hashContext, unsigned char *digest, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
SHA-224 context object pointer.
Message digest buffer. The length (in bytes) of the buffer must be at least SB_SHA224_DIGEST_LEN.
A global context.
The hashContext object pointer is NULL.
The hashContext object is NULL.
The hashContext object is invalid.
The message digest buffer is NULL.
Success.