/freebsd/crypto/openssl/crypto/hmac/ |
H A D | hmac.c | 90 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->i_ctx)) in HMAC_Init_ex() 127 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->o_ctx)) in HMAC_Final() 208 if (!EVP_MD_CTX_copy_ex(dctx->i_ctx, sctx->i_ctx)) in HMAC_CTX_copy() 210 if (!EVP_MD_CTX_copy_ex(dctx->o_ctx, sctx->o_ctx)) in HMAC_CTX_copy() 212 if (!EVP_MD_CTX_copy_ex(dctx->md_ctx, sctx->md_ctx)) in HMAC_CTX_copy()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_verify.c | 37 rv = EVP_MD_CTX_copy_ex(tmp_ctx, ctx); in EVP_VerifyFinal_ex()
|
H A D | p_sign.c | 39 rv = EVP_MD_CTX_copy_ex(tmp_ctx, ctx); in EVP_SignFinal_ex()
|
H A D | bio_md.c | 185 if (!EVP_MD_CTX_copy_ex(dctx, ctx)) in md_ctrl()
|
H A D | m_sigver.c | 538 if (!EVP_MD_CTX_copy_ex(tmp_ctx, ctx)) { in EVP_DigestSignFinal() 644 if (!EVP_MD_CTX_copy_ex(tmp_ctx, ctx)) { in EVP_DigestVerifyFinal()
|
H A D | digest.c | 520 return EVP_MD_CTX_copy_ex(out, in); in EVP_MD_CTX_copy() 523 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in) in EVP_MD_CTX_copy_ex() function
|
/freebsd/crypto/openssh/ |
H A D | digest-openssl.c | 139 if (!EVP_MD_CTX_copy_ex(to->mdctx, from->mdctx)) in ssh_digest_copy_state()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_DigestInit.pod | 8 EVP_MD_CTX_copy_ex, EVP_MD_CTX_ctrl, 66 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in); 297 =item EVP_MD_CTX_copy_ex() 316 Similar to EVP_MD_CTX_copy_ex() except the destination I<out> does not have to 599 =item EVP_MD_CTX_copy_ex() 660 EVP_MD_CTX_copy_ex() because they can efficiently reuse a digest context
|
H A D | EVP_MD_meth_new.pod | 150 EVP_MD_CTX_copy_ex().
|
/freebsd/crypto/openssl/providers/implementations/kdfs/ |
H A D | sskdf.c | 131 if (!(EVP_MD_CTX_copy_ex(ctx, ctx_init) in SSKDF_hash_kdm()
|
H A D | x942kdf.c | 304 if (!EVP_MD_CTX_copy_ex(ctx, ctx_init) in x942kdf_hash_kdm()
|
/freebsd/crypto/openssl/providers/implementations/signature/ |
H A D | sm2_sig.c | 371 || !EVP_MD_CTX_copy_ex(dstctx->mdctx, srcctx->mdctx)) in sm2sig_dupctx()
|
H A D | dsa_sig.c | 429 || !EVP_MD_CTX_copy_ex(dstctx->mdctx, srcctx->mdctx)) in dsa_dupctx()
|
H A D | ecdsa_sig.c | 422 || !EVP_MD_CTX_copy_ex(dstctx->mdctx, srcctx->mdctx)) in ecdsa_dupctx()
|
H A D | rsa_sig.c | 1020 || !EVP_MD_CTX_copy_ex(dstctx->mdctx, srcctx->mdctx)) in rsa_dupctx()
|
/freebsd/crypto/openssl/crypto/pkcs7/ |
H A D | pk7_doit.c | 833 if (!EVP_MD_CTX_copy_ex(ctx_tmp, mdc)) in PKCS7_dataFinal() 1070 if (!EVP_MD_CTX_copy_ex(mdc_tmp, mdc)) in PKCS7_signatureVerify()
|
/freebsd/crypto/openssl/ssl/ |
H A D | s3_enc.c | 441 if (!EVP_MD_CTX_copy_ex(ctx, s->s3.handshake_dgst)) { in ssl3_final_finish_mac()
|
H A D | ssl_lib.c | 4862 if (!EVP_MD_CTX_copy_ex(ctx, hdgst) in ssl_handshake_hash()
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_lib.c | 472 return EVP_MD_CTX_copy_ex(mctx, mtmp); in ossl_cms_DigestAlgorithm_find_ctx()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | ssl3_record.c | 1399 if (EVP_MD_CTX_copy_ex(md_ctx, hash) <= 0 in n_ssl3_mac() 1407 || EVP_MD_CTX_copy_ex(md_ctx, hash) <= 0 in n_ssl3_mac()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_lib.c | 2389 if (!EVP_MD_CTX_copy_ex(s->pha_dgst, in tls13_save_handshake_digest_for_pha() 2410 if (!EVP_MD_CTX_copy_ex(s->s3.handshake_dgst, in tls13_restore_handshake_digest_for_pha()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test2.c | 1189 && TEST_true(EVP_MD_CTX_copy_ex(copyctx, mdctx)); in test_evp_md_ctx_copy()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | evp.h | 704 __owur int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 1492 EVP_MD_CTX_copy_ex;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1900 MLINKS+= EVP_DigestInit.3 EVP_MD_CTX_copy_ex.3
|