Home
last modified time | relevance | path

Searched refs:DH_up_ref (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/exchange/
H A Ddh_exch.c103 || !DH_up_ref(vdh)) in dh_init()
135 || !DH_up_ref(vdh)) in dh_set_peer()
274 if (srcctx->dh != NULL && !DH_up_ref(srcctx->dh)) in dh_dupctx()
279 if (srcctx->dhpeer != NULL && !DH_up_ref(srcctx->dhpeer)) in dh_dupctx()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_lib.c163 int DH_up_ref(DH *r) in DH_up_ref() function
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages35 hcrypto/man/man3/DH_up_ref.3
/freebsd/crypto/openssl/include/openssl/
H A Ddh.h205 OSSL_DEPRECATEDIN_3_0 int DH_up_ref(DH *dh);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt450 DH_up_ref(3)
H A Dmissingcrypto111.txt509 DH_up_ref(3)
H A Dlibcrypto.num1030 DH_up_ref 1058 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c941 DH_up_ref(dhkey); in IMPLEMENT_ECX_VARIANT()
964 DH_up_ref(ret); in EVP_PKEY_get1_DH()
/freebsd/secure/lib/libcrypto/
H A DVersion.map966 DH_up_ref;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1370 DH_new(), DH_new_by_nid(), DH_free(), DH_up_ref()