EVP_MD_CTX_copy_ex
return EVP_MD_CTX_copy_ex(mctx, mtmp);
if (!EVP_MD_CTX_copy_ex(dctx, ctx))
int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in);
return EVP_MD_CTX_copy_ex(out, in);
LCRYPTO_ALIAS(EVP_MD_CTX_copy_ex);
if (!EVP_MD_CTX_copy_ex(md_ctx, ctx))
if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
if (!EVP_MD_CTX_copy_ex(md_ctx, ctx))
if (!EVP_MD_CTX_copy_ex(md_ctx, ctx))
LCRYPTO_USED(EVP_MD_CTX_copy_ex);
if (!EVP_MD_CTX_copy_ex(&ctx->md_ctx, &ctx->i_ctx))
if (!EVP_MD_CTX_copy_ex(&ctx->md_ctx, &ctx->o_ctx))
if (!EVP_MD_CTX_copy_ex(ctx, ctx_init))
if (!EVP_MD_CTX_copy_ex(ctx, ctx_init))
if (out_len > (size_t)chunk && !EVP_MD_CTX_copy_ex(ctx_tmp, ctx))
if (!EVP_MD_CTX_copy_ex(&mdc_tmp, mdc))
if (!EVP_MD_CTX_copy_ex(&ctx_tmp, mdc))
if (!EVP_MD_CTX_copy_ex(mdctx, s->s3->handshake_hash)) {
if (!EVP_MD_CTX_copy_ex(to->mdctx, from->mdctx))