Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
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()
/third_party/openssl/providers/implementations/exchange/
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()
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_lib.c163 int DH_up_ref(DH *r) in DH_up_ref() function
/third_party/openssl/crypto/dh/
Ddh_lib.c161 int DH_up_ref(DH *r) in DH_up_ref() function
/third_party/node/deps/openssl/openssl/include/openssl/
Ddh.h205 OSSL_DEPRECATEDIN_3_0 int DH_up_ref(DH *dh);
/third_party/openssl/include/openssl/
Ddh.h205 OSSL_DEPRECATEDIN_3_0 int DH_up_ref(DH *dh);
/third_party/openssl/ohos_lite/include/openssl/
Ddh.h126 int DH_up_ref(DH *dh);
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto.txt450 DH_up_ref(3)
Dmissingcrypto111.txt509 DH_up_ref(3)
Dlibcrypto.num1030 DH_up_ref 1058 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
/third_party/openssl/util/
Dmissingcrypto.txt470 DH_up_ref(3)
Dmissingcrypto111.txt509 DH_up_ref(3)
Dlibcrypto.num1030 DH_up_ref 1058 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH
/third_party/node/deps/openssl/openssl/crypto/evp/
Dp_lib.c941 DH_up_ref(dhkey); in IMPLEMENT_ECX_VARIANT()
964 DH_up_ref(ret); in EVP_PKEY_get1_DH()
/third_party/openssl/crypto/evp/
Dp_lib.c939 DH_up_ref(dhkey); in IMPLEMENT_ECX_VARIANT()
962 DH_up_ref(ret); in EVP_PKEY_get1_DH()
/third_party/openssl/doc/man7/
Dmigration_guide.pod1346 DH_new(), DH_new_by_nid(), DH_free(), DH_up_ref()