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