Home
last modified time | relevance | path

Searched refs:DH_get0_priv_key (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c142 ok = ok && (DH_get0_priv_key(dh) != NULL); in dh_has()
171 const BIGNUM *pa = DH_get0_priv_key(dh1); in dh_match()
172 const BIGNUM *pb = DH_get0_priv_key(dh2); in dh_match()
/third_party/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c142 ok = ok && (DH_get0_priv_key(dh) != NULL); in dh_has()
171 const BIGNUM *pa = DH_get0_priv_key(dh1); in dh_match()
172 const BIGNUM *pb = DH_get0_priv_key(dh2); in dh_match()
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_lib.c293 const BIGNUM *DH_get0_priv_key(const DH *dh) in DH_get0_priv_key() function
H A Ddh_ameth.c461 const BIGNUM *priv_key = DH_get0_priv_key(dh); in dh_pkey_export_to()
/third_party/openssl/crypto/dh/
H A Ddh_lib.c291 const BIGNUM *DH_get0_priv_key(const DH *dh) in DH_get0_priv_key() function
H A Ddh_ameth.c461 const BIGNUM *priv_key = DH_get0_priv_key(dh); in dh_pkey_export_to()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h266 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_priv_key(const DH *dh);
/third_party/openssl/include/openssl/
H A Ddh.h266 OSSL_DEPRECATEDIN_3_0 const BIGNUM *DH_get0_priv_key(const DH *dh);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h189 const BIGNUM *DH_get0_priv_key(const DH *dh);
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c238 priv_key = DH_get0_priv_key(dh); in dh_to_text()
H A Dencode_key2any.c497 if ((bn = DH_get0_priv_key(dh)) == NULL) { in dh_pki_priv_to_der()
/third_party/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c238 priv_key = DH_get0_priv_key(dh); in dh_to_text()
H A Dencode_key2any.c497 if ((bn = DH_get0_priv_key(dh)) == NULL) { in dh_pki_priv_to_der()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dctrl_params_translate.c1579 ctx->p2 = (BIGNUM *)DH_get0_priv_key(dh); in get_payload_private_key()
/third_party/openssl/crypto/evp/
H A Dctrl_params_translate.c1576 ctx->p2 = (BIGNUM *)DH_get0_priv_key(dh); in get_payload_private_key()
/third_party/openssl/test/
H A Ddhtest.c117 || !TEST_ptr_eq(DH_get0_priv_key(dh), priv_key2)) in dh_test()
H A Devp_extra_test2.c353 && TEST_ptr(privkey = DH_get0_priv_key(dhkey)) in test_dh_tofrom_data_select()

Completed in 25 milliseconds