Searched refs:EVP_MD_CTX_copy_ex (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/evp/
H A Dp_verify.c75 if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
H A Dm_sigver.c136 if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
176 if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
H A Dp_sign.c88 if (!EVP_MD_CTX_copy_ex(&tmp_ctx, ctx))
H A Ddigest.c283 return EVP_MD_CTX_copy_ex(out, in);
286 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in) function
H A Dbio_md.c226 if (!EVP_MD_CTX_copy_ex(dctx, ctx))
H A Devp.h568 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in);
/freebsd-10-stable/crypto/openssl/crypto/hmac/
H A Dhmac.c141 if (!EVP_MD_CTX_copy_ex(&ctx->md_ctx, &ctx->i_ctx))
181 if (!EVP_MD_CTX_copy_ex(&ctx->md_ctx, &ctx->o_ctx))
/freebsd-10-stable/crypto/openssh/
H A Ddigest-openssl.c136 if (!EVP_MD_CTX_copy_ex(&to->mdctx, &from->mdctx))
/freebsd-10-stable/crypto/openssl/ssl/
H A Ds3_enc.c677 EVP_MD_CTX_copy_ex(&ctx, d);
783 if (EVP_MD_CTX_copy_ex(&md_ctx, hash) <= 0
791 || EVP_MD_CTX_copy_ex(&md_ctx, hash) <= 0
H A Dt1_enc.c926 if (EVP_MD_CTX_copy_ex(&ctx, d) <=0
964 if (!EVP_MD_CTX_copy_ex(&ctx, hdgst) ||
/freebsd-10-stable/crypto/openssl/crypto/cms/
H A Dcms_lib.c402 return EVP_MD_CTX_copy_ex(mctx, mtmp);
/freebsd-10-stable/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c842 if (!EVP_MD_CTX_copy_ex(&ctx_tmp, mdc))
1075 if (!EVP_MD_CTX_copy_ex(&mdc_tmp, mdc))
/freebsd-10-stable/secure/lib/libcrypto/
H A DMakefile.man475 MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_copy_ex.3

Completed in 93 milliseconds