Home
last modified time | relevance | path

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

12

/third_party/openssl/doc/man3/
DDH_new.pod5 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)>,
DDH_meth_new.pod115 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)>,
DDH_set_method.pod77 L<DH_new(3)>, L<DH_new(3)>, L<DH_meth_new(3)>
DDSA_dup_DH.pod30 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
DDH_size.pod41 L<DH_new(3)>, L<DH_generate_key(3)>,
DDH_get0_pqg.pod112 L<DH_new(3)>, L<DH_new(3)>, L<DH_generate_parameters(3)>, L<DH_generate_key(3)>,
DDH_generate_key.pod56 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>, L<DH_size(3)>
DDH_generate_parameters.pod134 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
DENGINE_add.pod648 L<OPENSSL_init_crypto(3)>, L<RSA_new_method(3)>, L<DSA_new(3)>, L<DH_new(3)>,
/third_party/openssl/include/openssl/
Ddh.h95 (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/
Ddh_asn1.c22 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
85 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname()
Ddh_depr.c28 if ((ret = DH_new()) == NULL)
Ddh_rfc5114.c25 DH *dh = DH_new(); \
Ddh_rfc7919.c19 DH *dh = DH_new(); in dh_param_init()
Ddh_pmeth.c383 dh = DH_new(); in pkey_dh_paramgen()
410 dh = DH_new(); in pkey_dh_keygen()
Ddh_lib.c37 DH *DH_new(void) in DH_new() function
Ddh_ameth.c424 ret = DH_new(); in DHparams_dup()
437 to->pkey.dh = DH_new(); in dh_copy_parameters()
/third_party/openssl/test/
Ddhtest.c48 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()
Dssltest_old.c2944 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/
Ddhparam.c197 dh = DH_new(); in dhparam_main()
/third_party/openssl/crypto/dsa/
Ddsa_lib.c198 ret = DH_new(); in DSA_dup_DH()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
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/
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()
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc573 tmpdh = DH_new(); in SetupCtx()
/third_party/node/src/
Dnode_crypto.cc5220 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()

12