Home
last modified time | relevance | path

Searched refs:EVP_MD_CTX_copy_ex (Results 1 – 20 of 20) sorted by relevance

/third_party/openssl/crypto/hmac/
Dhmac.c80 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->i_ctx)) in HMAC_Init_ex()
117 if (!EVP_MD_CTX_copy_ex(ctx->md_ctx, ctx->o_ctx)) in HMAC_Final()
198 if (!EVP_MD_CTX_copy_ex(dctx->i_ctx, sctx->i_ctx)) in HMAC_CTX_copy()
200 if (!EVP_MD_CTX_copy_ex(dctx->o_ctx, sctx->o_ctx)) in HMAC_CTX_copy()
202 if (!EVP_MD_CTX_copy_ex(dctx->md_ctx, sctx->md_ctx)) in HMAC_CTX_copy()
/third_party/openssl/crypto/kdf/
Dtls1_prf.c202 if (!EVP_MD_CTX_copy_ex(ctx, ctx_init)) in tls1_prf_P_hash()
211 if (!EVP_MD_CTX_copy_ex(ctx, ctx_init)) in tls1_prf_P_hash()
215 if (olen > (size_t)chunk && !EVP_MD_CTX_copy_ex(ctx_tmp, ctx)) in tls1_prf_P_hash()
/third_party/openssl/crypto/evp/
Dp_verify.c35 rv = EVP_MD_CTX_copy_ex(tmp_ctx, ctx); in EVP_VerifyFinal()
Dp_sign.c37 rv = EVP_MD_CTX_copy_ex(tmp_ctx, ctx); in EVP_SignFinal()
Dm_sigver.c135 if (!EVP_MD_CTX_copy_ex(tmp_ctx, ctx)) { in EVP_DigestSignFinal()
194 if (!EVP_MD_CTX_copy_ex(tmp_ctx, ctx)) { in EVP_DigestVerifyFinal()
Ddigest.c219 return EVP_MD_CTX_copy_ex(out, in); in EVP_MD_CTX_copy()
222 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in) in EVP_MD_CTX_copy_ex() function
Dbio_md.c190 if (!EVP_MD_CTX_copy_ex(dctx, ctx)) in md_ctrl()
/third_party/openssl/doc/man3/
DEVP_DigestInit.pod6 EVP_MD_CTX_copy_ex, EVP_MD_CTX_ctrl, EVP_MD_CTX_set_flags,
36 int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in);
137 =item EVP_MD_CTX_copy_ex()
155 Similar to EVP_MD_CTX_copy_ex() except the destination B<out> does not have to
305 =item EVP_MD_CTX_copy_ex()
354 EVP_MD_CTX_copy_ex() because they can efficiently reuse a digest context
DEVP_MD_meth_new.pod140 EVP_MD_CTX_copy_ex().
/third_party/openssl/crypto/cms/
Dcms_lib.c335 return EVP_MD_CTX_copy_ex(mctx, mtmp); in cms_DigestAlgorithm_find_ctx()
/third_party/openssl/crypto/pkcs7/
Dpk7_doit.c748 if (!EVP_MD_CTX_copy_ex(ctx_tmp, mdc)) in PKCS7_dataFinal()
991 if (!EVP_MD_CTX_copy_ex(mdc_tmp, mdc)) in PKCS7_signatureVerify()
/third_party/openssl/ssl/
Ds3_enc.c436 if (!EVP_MD_CTX_copy_ex(ctx, s->s3->handshake_dgst)) { in ssl3_final_finish_mac()
Dssl_lib.c4573 if (!EVP_MD_CTX_copy_ex(ctx, hdgst) in ssl_handshake_hash()
/third_party/openssl/ssl/record/
Dssl3_record.c1256 if (EVP_MD_CTX_copy_ex(md_ctx, hash) <= 0 in n_ssl3_mac()
1264 || EVP_MD_CTX_copy_ex(md_ctx, hash) <= 0 in n_ssl3_mac()
/third_party/openssl/ssl/statem/
Dstatem_lib.c2408 if (!EVP_MD_CTX_copy_ex(s->pha_dgst, in tls13_save_handshake_digest_for_pha()
2433 if (!EVP_MD_CTX_copy_ex(s->s3->handshake_dgst, in tls13_restore_handshake_digest_for_pha()
/third_party/openssl/include/openssl/
Devp.h544 __owur int EVP_MD_CTX_copy_ex(EVP_MD_CTX *out, const EVP_MD_CTX *in);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h1523 #define EVP_MD_CTX_copy_ex BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, EVP_MD_CTX_copy_ex) macro
/third_party/openssl/crypto/err/
Dopenssl.txt752 EVP_F_EVP_MD_CTX_COPY_EX:110:EVP_MD_CTX_copy_ex
/third_party/openssl/util/
Dlibcrypto.num1022 EVP_MD_CTX_copy_ex 1016 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES7347 calling EVP_MD_CTX_copy_ex() to avoid calling OPENSSL_malloc(). Without
7996 initialized valid and new function EVP_MD_CTX_copy_ex() added which
8000 EVP_DigestFinal_ex() and EVP_MD_CTX_copy_ex().