Home
last modified time | relevance | path

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

/freebsd/crypto/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.c1021 if (md == NULL || !EVP_MD_up_ref(md)) in EVP_MD_CTX_get1_md()
/freebsd/crypto/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()
/freebsd/crypto/openssl/doc/man3/
H 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()
567 =item EVP_MD_up_ref()
773 EVP_MD_fetch(), EVP_MD_free(), EVP_MD_up_ref(),
/freebsd/crypto/openssl/test/
H A Devp_fetch_prov_test.c185 if (!TEST_true(EVP_MD_up_ref(md))) in test_explicit_EVP_MD_fetch()
/freebsd/crypto/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 Dsm2_sig.c364 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in sm2sig_dupctx()
H A Ddsa_sig.c422 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in dsa_dupctx()
H A Decdsa_sig.c415 if (srcctx->md != NULL && !EVP_MD_up_ref(srcctx->md)) in ecdsa_dupctx()
/freebsd/crypto/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()
/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c284 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in dh_dupctx()
H A Decdh_exch.c207 if (srcctx->kdf_md != NULL && !EVP_MD_up_ref(srcctx->kdf_md)) in ecdh_dupctx()
/freebsd/crypto/openssl/apps/
H A Dlist.c186 EVP_MD_up_ref(digest); in collect_digests()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h733 int EVP_MD_up_ref(EVP_MD *md);
/freebsd/secure/lib/libcrypto/
H A DVersion.map4591 EVP_MD_up_ref;
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c6039 return EVP_MD_up_ref((EVP_MD *)md); in ssl_evp_md_up_ref()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1973 MLINKS+= EVP_DigestInit.3 EVP_MD_up_ref.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num4586 EVP_MD_up_ref 4714 3_0_0 EXIST::FUNCTION: