Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DDH_new.pod5 DH_new, DH_free - allocate and free DH objects
15 DH* DH_new(void);
21 DH_new() allocates and initializes a B<DH> structure.
29 If the allocation fails, DH_new() returns B<NULL> and sets an error
37 L<DH_new(3)>, L<ERR_get_error(3)>,
H A DDH_meth_new.pod122 called in response to the application calling DH_new() (if the current default
123 DH_METHOD is this one) or DH_new_method(). The DH_new() and DH_new_method()
158 L<DH_new(3)>, L<DH_new(3)>, L<DH_generate_parameters(3)>, L<DH_generate_key(3)>,
H A DDH_set_method.pod84 L<DH_new(3)>, L<DH_new(3)>, L<DH_meth_new(3)>
H A DDSA_dup_DH.pod38 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
H A DDH_size.pod53 L<DH_new(3)>, L<DH_generate_key(3)>,
H A DDH_generate_key.pod65 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>, L<DH_size(3)>
H A DDH_get0_pqg.pod133 L<DH_new(3)>, L<DH_new(3)>, L<DH_generate_parameters(3)>, L<DH_generate_key(3)>,
H A DDH_generate_parameters.pod155 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
H A DENGINE_add.pod656 L<OPENSSL_init_crypto(3)>, L<RSA_new_method(3)>, L<DSA_new(3)>, L<DH_new(3)>,
/openssl/include/openssl/
H A Ddh.h178 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
185 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
190 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
197 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
210 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
/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.c285 ret = DH_new(); in ffc_params_generate()
359 dh = DH_new(); in pkey_dh_paramgen()
386 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
/openssl/test/
H A Ddhtest.c57 if (!TEST_ptr(dh = DH_new()) in dh_test()
158 if (!TEST_ptr(a = DH_new()) in dh_test()
181 if (!TEST_ptr(b = DH_new())) in dh_test()
272 || !TEST_ptr(dh = DH_new()) in dh_computekey_range_test()
810 DH *dh2 = DH_new(); in dh_get_nid()
H A Devp_libctx_test.c209 || !TEST_ptr(dh = DH_new()) in do_dh_param_keygen()
H A Devp_extra_test.c3522 || !TEST_ptr(noqdh = DH_new()) in test_EVP_PKEY_set1_DH()
/openssl/crypto/dsa/
H A Ddsa_lib.c53 ret = DH_new(); in DSA_dup_DH()
/openssl/doc/
H A Dbuild.info946 DEPEND[html/man3/DH_new.html]=man3/DH_new.pod
947 GENERATE[html/man3/DH_new.html]=man3/DH_new.pod
948 DEPEND[man/man3/DH_new.3]=man3/DH_new.pod
949 GENERATE[man/man3/DH_new.3]=man3/DH_new.pod
3242 html/man3/DH_new.html \
3905 man/man3/DH_new.3 \
/openssl/doc/man7/
H A Dossl-guide-migration.pod1391 DH_new(), DH_new_by_nid(), DH_free(), DH_up_ref()
/openssl/util/
H A Dlibcrypto.num460 DH_new 469 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH

Completed in 118 milliseconds