Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Ddigest.c281 if (!EVP_MD_up_ref((EVP_MD *)type)) { in evp_md_init_internal()
630 EVP_MD_up_ref(in->fetched_digest); in EVP_MD_CTX_copy_ex()
1135 return EVP_MD_up_ref(md); in evp_md_up_ref()
1153 int EVP_MD_up_ref(EVP_MD *md) in EVP_MD_up_ref() function
H A Devp_lib.c1031 if (md == NULL || !EVP_MD_up_ref(md)) in EVP_MD_CTX_get1_md()
/openssl/ssl/quic/
H A Dquic_record_util.c160 if (qrx != NULL && qtx != NULL && !EVP_MD_up_ref(sha256)) { in ossl_quic_provide_initial_secret()
H A Dquic_tls.c177 if (!EVP_MD_up_ref((EVP_MD *)kdfdigest)) { in quic_new_record_layer()
/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c346 if (dstctx->oaep_md != NULL && !EVP_MD_up_ref(dstctx->oaep_md)) { in rsa_dupctx()
352 if (dstctx->mgf1_md != NULL && !EVP_MD_up_ref(dstctx->mgf1_md)) { in rsa_dupctx()
/openssl/test/
H A Devp_fetch_prov_test.c206 if (!TEST_true(EVP_MD_up_ref(md))) in test_explicit_EVP_MD_fetch()
H A Dtls-provider.c2951 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in xor_sig_dupctx()
/openssl/providers/common/
H A Dprovider_util.c153 if (src->alloc_md != NULL && !EVP_MD_up_ref(src->alloc_md)) in ossl_prov_digest_copy()
/openssl/doc/man3/
H A DEVP_DigestInit.pod5 EVP_MD_fetch, EVP_MD_up_ref, EVP_MD_free,
38 int EVP_MD_up_ref(EVP_MD *md);
167 =item EVP_MD_up_ref()
623 =item EVP_MD_up_ref()
837 EVP_MD_fetch(), EVP_MD_free(), EVP_MD_up_ref(),
/openssl/providers/implementations/exchange/
H A Ddh_exch.c315 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in dh_dupctx()
H A Decdh_exch.c226 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in ecdh_dupctx()
/openssl/providers/implementations/signature/
H A Drsa_sig.c439 if (!EVP_MD_up_ref(md)) { in rsa_setup_md()
1358 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in rsa_dupctx()
1362 if (srcctx->mgf1_md != NULL && !EVP_MD_up_ref(srcctx->mgf1_md)) in rsa_dupctx()
H A Dsm2_sig.c374 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in sm2sig_dupctx()
H A Ddsa_sig.c646 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in dsa_dupctx()
H A Decdsa_sig.c644 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in ecdsa_dupctx()
/openssl/providers/implementations/kdfs/
H A Dscrypt.c106 if (src->sha256 != NULL && !EVP_MD_up_ref(src->sha256)) in kdf_scrypt_dup()
/openssl/apps/
H A Dlist.c189 EVP_MD_up_ref(digest); in collect_digests()
/openssl/include/openssl/
H A Devp.h744 int EVP_MD_up_ref(EVP_MD *md);
/openssl/ssl/
H A Dssl_lib.c7436 return EVP_MD_up_ref((EVP_MD *)md); in ssl_evp_md_up_ref()
/openssl/util/
H A Dlibcrypto.num4586 EVP_MD_up_ref 4714 3_0_0 EXIST::FUNCTION:

Completed in 161 milliseconds