Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
A Ddigest.c250 if (!EVP_MD_up_ref((EVP_MD *)type)) { in evp_md_init_internal()
533 EVP_MD_up_ref(in->fetched_digest); in EVP_MD_CTX_copy_ex()
1032 return EVP_MD_up_ref(md); in evp_md_up_ref()
1050 int EVP_MD_up_ref(EVP_MD *md) in EVP_MD_up_ref() function
A Devp_lib.c1002 if (md == NULL || !EVP_MD_up_ref(md)) in EVP_MD_CTX_get1_md()
/openssl-master/providers/implementations/asymciphers/
A Drsa_enc.c316 if (dstctx->oaep_md != NULL && !EVP_MD_up_ref(dstctx->oaep_md)) { in rsa_dupctx()
322 if (dstctx->mgf1_md != NULL && !EVP_MD_up_ref(dstctx->mgf1_md)) { in rsa_dupctx()
/openssl-master/test/
A Devp_fetch_prov_test.c185 if (!TEST_true(EVP_MD_up_ref(md))) in test_explicit_EVP_MD_fetch()
/openssl-master/doc/man3/
A DEVP_DigestInit.pod5 EVP_MD_fetch, EVP_MD_up_ref, EVP_MD_free,
36 int EVP_MD_up_ref(EVP_MD *md);
152 =item EVP_MD_up_ref()
564 =item EVP_MD_up_ref()
746 EVP_MD_fetch(), EVP_MD_free(), EVP_MD_up_ref(),
/openssl-master/providers/common/
A Dprovider_util.c153 if (src->alloc_md != NULL && !EVP_MD_up_ref(src->alloc_md)) in ossl_prov_digest_copy()
/openssl-master/providers/implementations/signature/
A Drsa_sig.c323 if (!EVP_MD_up_ref(md)) { in rsa_setup_md()
1002 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in rsa_dupctx()
1006 if (srcctx->mgf1_md != NULL && !EVP_MD_up_ref(srcctx->mgf1_md)) in rsa_dupctx()
A Dsm2_sig.c355 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in sm2sig_dupctx()
A Ddsa_sig.c422 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in dsa_dupctx()
A Decdsa_sig.c415 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in ecdsa_dupctx()
/openssl-master/providers/implementations/exchange/
A Ddh_exch.c283 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in dh_dupctx()
A Decdh_exch.c207 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in ecdh_dupctx()
/openssl-master/apps/
A Dlist.c186 EVP_MD_up_ref(digest); in collect_digests()
/openssl-master/include/openssl/
A Devp.h731 int EVP_MD_up_ref(EVP_MD *md);
/openssl-master/ssl/
A Dssl_lib.c5954 return EVP_MD_up_ref((EVP_MD *)md); in ssl_evp_md_up_ref()
/openssl-master/util/
A Dlibcrypto.num4586 EVP_MD_up_ref 4714 3_0_0 EXIST::FUNCTION:

Completed in 48 milliseconds