Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A 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)>,
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)>,
A DDH_set_method.pod84 L<DH_new(3)>, L<DH_new(3)>, L<DH_meth_new(3)>
A DDSA_dup_DH.pod38 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
A DDH_size.pod53 L<DH_new(3)>, L<DH_generate_key(3)>,
A DDH_generate_key.pod65 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>, L<DH_size(3)>
A DDH_get0_pqg.pod133 L<DH_new(3)>, L<DH_new(3)>, L<DH_generate_parameters(3)>, L<DH_generate_key(3)>,
A DDH_generate_parameters.pod151 L<DH_new(3)>, L<ERR_get_error(3)>, L<RAND_bytes(3)>,
A DENGINE_add.pod655 L<OPENSSL_init_crypto(3)>, L<RSA_new_method(3)>, L<DSA_new(3)>, L<DH_new(3)>,
/openssl-master/include/openssl/
A Ddh.h167 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
174 ASN1_d2i_bio_of(DH, DH_new, d2i_DHparams, bp, x)
179 (DH *)ASN1_d2i_fp((char *(*)())DH_new, \
186 ASN1_d2i_bio_of(DH, DH_new, d2i_DHxparams, bp, x)
199 OSSL_DEPRECATEDIN_3_0 DH *DH_new(void);
/openssl-master/crypto/dh/
A Ddh_asn1.c29 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
99 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
A Ddh_depr.c31 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
A Ddh_rfc5114.c31 DH *dh = DH_new(); \
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()
A Ddh_ameth.c333 ret = DH_new(); in DHparams_dup()
346 to->pkey.dh = DH_new(); in dh_copy_parameters()
A Ddh_lib.c57 DH *DH_new(void) in DH_new() function
/openssl-master/test/
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()
760 DH *dh2 = DH_new(); in dh_get_nid()
A Devp_libctx_test.c178 || !TEST_ptr(dh = DH_new()) in do_dh_param_keygen()
A Devp_extra_test.c2716 || !TEST_ptr(noqdh = DH_new()) in test_EVP_PKEY_set1_DH()
/openssl-master/crypto/dsa/
A Ddsa_lib.c53 ret = DH_new(); in DSA_dup_DH()
/openssl-master/doc/
A Dbuild.info918 DEPEND[html/man3/DH_new.html]=man3/DH_new.pod
919 GENERATE[html/man3/DH_new.html]=man3/DH_new.pod
920 DEPEND[man/man3/DH_new.3]=man3/DH_new.pod
921 GENERATE[man/man3/DH_new.3]=man3/DH_new.pod
2951 html/man3/DH_new.html \
3543 man/man3/DH_new.3 \
/openssl-master/doc/man7/
A Dmigration_guide.pod1313 DH_new(), DH_new_by_nid(), DH_free(), DH_up_ref()
/openssl-master/util/
A Dlibcrypto.num460 DH_new 469 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DH

Completed in 51 milliseconds