Duplicates an MD4 context.
#include "humd4.h"
int hu_MD4CtxDuplicate(sb_Context hashContext, sb_Context *newHashContext, sb_GlobalCtx sbCtx)
BlackBerry 10.0.0
The original MD4 context object.
The target MD4 context object pointer.
A global context.
This function can be used to compute the digest of multiple items of data with identical prefixes.
The original MD4 context object is NULL.
The original MD4 context object is invalid.
The target MD4 context object pointer is NULL.
Memory allocation failure.
Success.