Completes the message digest operation by generating the digest and destroying the MD4 context object.
#include "humd4.h"
int hu_MD4End(sb_Context *hashContext, unsigned char *digest, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The MD4 context object pointer.
Message digest buffer. The length (in bytes) of the buffer must be at least SB_MD4_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.