HMAC_CTX_copy
if (!HMAC_CTX_copy(&hctx, &hctx_tpl)) {
if (!HMAC_CTX_copy(&dctx->ctx, &sctx->ctx))
int HMAC_CTX_copy(HMAC_CTX *dctx, HMAC_CTX *sctx);