/third_party/openssl/doc/man3/ |
D | DH_new.pod | 5 DH_new, DH_free - allocate and free DH objects 11 DH* DH_new(void); 17 DH_new() allocates and initializes a B<DH> structure. 25 If the allocation fails, DH_new() returns B<NULL> and sets an error 33 L<DH_new(3)>, L<ERR_get_error(3)>,
|
D | DH_meth_new.pod | 115 called in response to the application calling DH_new() (if the current default 116 DH_METHOD is this one) or DH_new_method(). The DH_new() and DH_new_method() 151 L<DH_new(3)>, L<DH_new(3)>, L<DH_generate_parameters(3)>, L<DH_generate_key(3)>,
|
D | DH_set_method.pod | 77 L<DH_new(3)>, L<DH_new(3)>, L<DH_meth_new(3)>
|
D | DSA_dup_DH.pod | 30 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
|
D | DH_size.pod | 41 L<DH_new(3)>, L<DH_generate_key(3)>,
|
D | DH_get0_pqg.pod | 112 L<DH_new(3)>, L<DH_new(3)>, L<DH_generate_parameters(3)>, L<DH_generate_key(3)>,
|
D | DH_generate_key.pod | 56 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>, L<DH_size(3)>
|
D | DH_generate_parameters.pod | 134 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
|
D | ENGINE_add.pod | 648 L<OPENSSL_init_crypto(3)>, L<RSA_new_method(3)>, L<DSA_new(3)>, L<DH_new(3)>,
|
/third_party/openssl/include/openssl/ |
D | dh.h | 95 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \ 102 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x) 107 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \ 114 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x) 127 DH *DH_new(void);
|
/third_party/openssl/crypto/dh/ |
D | dh_asn1.c | 22 *pval = (ASN1_VALUE *)DH_new(); in dh_cb() 85 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname()
|
D | dh_depr.c | 28 if ((ret = DH_new()) == NULL)
|
D | dh_rfc5114.c | 25 DH *dh = DH_new(); \
|
D | dh_rfc7919.c | 19 DH *dh = DH_new(); in dh_param_init()
|
D | dh_pmeth.c | 383 dh = DH_new(); in pkey_dh_paramgen() 410 dh = DH_new(); in pkey_dh_keygen()
|
D | dh_lib.c | 37 DH *DH_new(void) in DH_new() function
|
D | dh_ameth.c | 424 ret = DH_new(); in DHparams_dup() 437 to->pkey.dh = DH_new(); in dh_copy_parameters()
|
/third_party/openssl/test/ |
D | dhtest.c | 48 if (!TEST_ptr(dh = DH_new()) in dh_test() 145 if (!TEST_ptr(a = DH_new()) in dh_test() 163 if (!TEST_ptr(b = DH_new())) in dh_test()
|
D | ssltest_old.c | 2944 if ((dh = DH_new()) == NULL) in get_dh512() 2988 if ((dh = DH_new()) == NULL) in get_dh1024() 3052 if ((dh = DH_new()) == NULL) in get_dh1024dsa() 3071 if ((dh = DH_new()) == NULL) in get_dh2048() 3099 if ((dh = DH_new()) == NULL) in get_dh4096()
|
/third_party/openssl/apps/ |
D | dhparam.c | 197 dh = DH_new(); in dhparam_main()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_lib.c | 198 ret = DH_new(); in DSA_dup_DH()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
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/ |
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()
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 573 tmpdh = DH_new(); in SetupCtx()
|
/third_party/node/src/ |
D | node_crypto.cc | 5220 dh_.reset(DH_new()); in Init() 5228 dh_.reset(DH_new()); in Init() 5251 dh_.reset(DH_new()); in Init() 6243 DHPointer dh(DH_new()); in Setup()
|