Copy all the crypto from one SB global context into another one.
#include "huctx.h"
int hu_GlobalCtxCopyCrypto(sb_GlobalCtx srcSbCtx, sb_GlobalCtx destSbCtx)
BlackBerry 10.0.0
The source SB global context.
The destination SB global context.
The destination context must be initialized prior to this call.
The srcSbCtx and/or destSbCtx arguments are NULL.