/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | dh.h | 171 (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 D | dh.h | 171 (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 D | dh.h | 92 (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 D | dh_asn1.c | 29 *pval = (ASN1_VALUE *)DH_new(); in dh_cb() 99 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
|
H A D | dh_depr.c | 31 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
|
H A D | dh_rfc5114.c | 31 DH *dh = DH_new(); \
|
H A D | dh_pmeth.c | 287 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 D | dh_ameth.c | 336 ret = DH_new(); in DHparams_dup() 349 to->pkey.dh = DH_new(); in dh_copy_parameters()
|
H A D | dh_lib.c | 57 DH *DH_new(void) in DH_new() function
|
/third_party/openssl/crypto/dh/ |
H A D | dh_asn1.c | 29 *pval = (ASN1_VALUE *)DH_new(); in dh_cb() 99 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
|
H A D | dh_rfc5114.c | 31 DH *dh = DH_new(); \
|
H A D | dh_depr.c | 31 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
|
H A D | dh_pmeth.c | 287 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 D | dh_ameth.c | 336 ret = DH_new(); in DHparams_dup() 349 to->pkey.dh = DH_new(); in dh_copy_parameters()
|
H A D | dh_lib.c | 57 DH *DH_new(void) in DH_new() function
|
/third_party/node/src/crypto/ |
H A D | crypto_dh.cc | 135 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 D | dh.rs | 4 pub fn DH_new() -> *mut DH; in DH_new() functions
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | dh.rs | 67 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 D | dhtest.c | 57 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 D | evp_libctx_test.c | 177 || !TEST_ptr(dh = DH_new()) in do_dh_param_keygen()
|
H A D | evp_extra_test.c | 2928 || !TEST_ptr(noqdh = DH_new()) in test_EVP_PKEY_set1_DH()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 53 ret = DH_new(); in DSA_dup_DH()
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_lib.c | 53 ret = DH_new(); in DSA_dup_DH()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 760 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 D | crypto_openssl.c | 833 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()
|