Searched refs:EVP_MD_up_ref (Results 1 – 20 of 20) sorted by relevance
281 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
1031 if (md == NULL || !EVP_MD_up_ref(md)) in EVP_MD_CTX_get1_md()
160 if (qrx != NULL && qtx != NULL && !EVP_MD_up_ref(sha256)) { in ossl_quic_provide_initial_secret()
177 if (!EVP_MD_up_ref((EVP_MD *)kdfdigest)) { in quic_new_record_layer()
346 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()
206 if (!TEST_true(EVP_MD_up_ref(md))) in test_explicit_EVP_MD_fetch()
2951 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in xor_sig_dupctx()
153 if (src->alloc_md != NULL && !EVP_MD_up_ref(src->alloc_md)) in ossl_prov_digest_copy()
5 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(),
315 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in dh_dupctx()
226 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in ecdh_dupctx()
439 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()
374 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in sm2sig_dupctx()
646 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in dsa_dupctx()
644 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in ecdsa_dupctx()
106 if (src->sha256 != NULL && !EVP_MD_up_ref(src->sha256)) in kdf_scrypt_dup()
189 EVP_MD_up_ref(digest); in collect_digests()
744 int EVP_MD_up_ref(EVP_MD *md);
7436 return EVP_MD_up_ref((EVP_MD *)md); in ssl_evp_md_up_ref()
4586 EVP_MD_up_ref 4714 3_0_0 EXIST::FUNCTION:
Completed in 161 milliseconds