Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/openssl/
H A Ddh.h171 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
178 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
183 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
190 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
203 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
/third_party/openssl/include/openssl/
H A Ddh.h171 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
178 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
183 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
190 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
203 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
/third_party/openssl/ohos_lite/include/openssl/
H A Ddh.h92 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
99 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
104 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
111 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
124 DH *DH_new(void);
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_asn1.c29 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
99 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
H A Ddh_depr.c31 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
H A Ddh_rfc5114.c31 DH *dh = DH_new(); \
H A Ddh_pmeth.c287 ret = DH_new(); in ffc_params_generate()
361 dh = DH_new(); in pkey_dh_paramgen()
388 dh = DH_new(); in pkey_dh_keygen()
H A Ddh_ameth.c336 ret = DH_new(); in DHparams_dup()
349 to->pkey.dh = DH_new(); in dh_copy_parameters()
H A Ddh_lib.c57 DH *DH_new(void) in DH_new() function
/third_party/openssl/crypto/dh/
H A Ddh_asn1.c29 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
99 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
H A Ddh_rfc5114.c31 DH *dh = DH_new(); \
H A Ddh_depr.c31 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
H A Ddh_pmeth.c287 ret = DH_new(); in ffc_params_generate()
361 dh = DH_new(); in pkey_dh_paramgen()
388 dh = DH_new(); in pkey_dh_keygen()
H A Ddh_ameth.c336 ret = DH_new(); in DHparams_dup()
349 to->pkey.dh = DH_new(); in dh_copy_parameters()
H A Ddh_lib.c57 DH *DH_new(void) in DH_new() function
/third_party/node/src/crypto/
H A Dcrypto_dh.cc135 dh_.reset(DH_new()); in Init()
146 dh_.reset(DH_new()); in Init()
155 dh_.reset(DH_new()); in Init()
179 dh_.reset(DH_new()); in Init()
551 DHPointer dh(DH_new()); in Setup()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Ddh.rs4 pub fn DH_new() -> *mut DH; in DH_new() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Ddh.rs67 let dh = Dh::from_ptr(cvt_p(ffi::DH_new())?); in from_pqg()
116 let dh = Dh::from_ptr(cvt_p(ffi::DH_new())?); in generate_params()
/third_party/openssl/test/
H A Ddhtest.c57 if (!TEST_ptr(dh = DH_new()) in dh_test()
135 if (!TEST_ptr(a = DH_new()) in dh_test()
158 if (!TEST_ptr(b = DH_new())) in dh_test()
249 || !TEST_ptr(dh = DH_new()) in dh_computekey_range_test()
787 DH *dh2 = DH_new(); in dh_get_nid()
H A Devp_libctx_test.c177 || !TEST_ptr(dh = DH_new()) in do_dh_param_keygen()
H A Devp_extra_test.c2928 || !TEST_ptr(noqdh = DH_new()) in test_EVP_PKEY_set1_DH()
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_lib.c53 ret = DH_new(); in DSA_dup_DH()
/third_party/openssl/crypto/dsa/
H A Ddsa_lib.c53 ret = DH_new(); in DSA_dup_DH()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c760 dh = DH_new(); in dh5_init()
811 dh = DH_new(); in dh5_init()
864 dh = DH_new(); in dh5_init_fixed()
896 dh = DH_new(); in dh5_init_fixed()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c833 dh = DH_new(); in dh5_init()
884 dh = DH_new(); in dh5_init()
937 dh = DH_new(); in dh5_init_fixed()
969 dh = DH_new(); in dh5_init_fixed()

Completed in 26 milliseconds