Home
last modified time | relevance | path

Searched refs:EVP_MD_up_ref (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/deps/openssl/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c318 if (dstctx->oaep_md != NULL && !EVP_MD_up_ref(dstctx->oaep_md)) { in rsa_dupctx()
324 if (dstctx->mgf1_md != NULL && !EVP_MD_up_ref(dstctx->mgf1_md)) { in rsa_dupctx()
/third_party/openssl/providers/implementations/asymciphers/
H A Drsa_enc.c318 if (dstctx->oaep_md != NULL && !EVP_MD_up_ref(dstctx->oaep_md)) { in rsa_dupctx()
324 if (dstctx->mgf1_md != NULL && !EVP_MD_up_ref(dstctx->mgf1_md)) { in rsa_dupctx()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Ddigest.c269 if (!EVP_MD_up_ref((EVP_MD *)type)) { in evp_md_init_internal()
561 EVP_MD_up_ref(in->fetched_digest); in EVP_MD_CTX_copy_ex()
1061 return EVP_MD_up_ref(md); in evp_md_up_ref()
1079 int EVP_MD_up_ref(EVP_MD *md) in EVP_MD_up_ref() function
H A Devp_lib.c835 * Use EVP_MD_up_ref() instead. in EVP_MD_meth_dup()
1021 if (md == NULL || !EVP_MD_up_ref(md)) in EVP_MD_CTX_get1_md()
/third_party/openssl/crypto/evp/
H A Ddigest.c269 if (!EVP_MD_up_ref((EVP_MD *)type)) { in evp_md_init_internal()
561 EVP_MD_up_ref(in->fetched_digest); in EVP_MD_CTX_copy_ex()
1061 return EVP_MD_up_ref(md); in evp_md_up_ref()
1079 int EVP_MD_up_ref(EVP_MD *md) in EVP_MD_up_ref() function
H A Devp_lib.c835 * Use EVP_MD_up_ref() instead. in EVP_MD_meth_dup()
1021 if (md == NULL || !EVP_MD_up_ref(md)) in EVP_MD_CTX_get1_md()
/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/openssl/test/
H A Devp_fetch_prov_test.c184 /* Also test EVP_MD_up_ref() while we're doing this */ in test_explicit_EVP_MD_fetch()
185 if (!TEST_true(EVP_MD_up_ref(md))) in test_explicit_EVP_MD_fetch()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
H A Drsa_sig.c325 if (!EVP_MD_up_ref(md)) { in rsa_setup_md()
1009 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in rsa_dupctx()
1013 if (srcctx->mgf1_md != NULL && !EVP_MD_up_ref(srcctx->mgf1_md)) in rsa_dupctx()
H A Decdsa_sig.c415 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in ecdsa_dupctx()
H A Ddsa_sig.c422 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in dsa_dupctx()
H A Dsm2_sig.c364 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in sm2sig_dupctx()
/third_party/openssl/providers/implementations/signature/
H A Drsa_sig.c325 if (!EVP_MD_up_ref(md)) { in rsa_setup_md()
1008 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in rsa_dupctx()
1012 if (srcctx->mgf1_md != NULL && !EVP_MD_up_ref(srcctx->mgf1_md)) in rsa_dupctx()
H A Decdsa_sig.c415 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in ecdsa_dupctx()
H A Ddsa_sig.c422 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in dsa_dupctx()
H A Dsm2_sig.c355 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in sm2sig_dupctx()
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c207 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in ecdh_dupctx()
H A Ddh_exch.c284 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in dh_dupctx()
/third_party/openssl/providers/implementations/exchange/
H A Decdh_exch.c207 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in ecdh_dupctx()
H A Ddh_exch.c284 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in dh_dupctx()
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c186 EVP_MD_up_ref(digest); in collect_digests()
/third_party/openssl/apps/
H A Dlist.c186 EVP_MD_up_ref(digest); in collect_digests()
/third_party/python/Modules/
H A D_hashopenssl.c56 #define PY_EVP_MD_up_ref(md) EVP_MD_up_ref(md)
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h733 int EVP_MD_up_ref(EVP_MD *md);

Completed in 36 milliseconds

12