Home
last modified time | relevance | path

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

123

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H 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)>,
H A 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)>,
H A DDH_set_method.pod77 L<DH_new(3)>, L<DH_new(3)>, L<DH_meth_new(3)>
H A DDSA_dup_DH.pod30 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
H A DDH_size.pod41 L<DH_new(3)>, L<DH_generate_key(3)>,
/netbsd-src/crypto/external/bsd/openssl/dist/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_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)>,
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Ddh.h92 (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);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Ddh.h171 (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);
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddh.h49 #define DH_new hc_DH_new macro
126 DH * DH_new(void);
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/
H A Ddh_asn1.c22 *pval = (ASN1_VALUE *)DH_new(); in dh_cb()
85 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname()
H A Ddh_depr.c28 if ((ret = DH_new()) == NULL)
H A Ddh_rfc5114.c25 DH *dh = DH_new(); \
H A Ddh_rfc7919.c19 DH *dh = DH_new(); in dh_param_init()
H A Ddh_pmeth.c383 dh = DH_new(); in pkey_dh_paramgen()
410 dh = DH_new(); in pkey_dh_keygen()
/netbsd-src/crypto/external/bsd/openssl/dist/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_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()
H A Ddh_depr.c31 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
H A Ddh_rfc5114.c31 DH *dh = DH_new(); \
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddhtest.c48 if (!TEST_ptr(dh = DH_new()) in dh_test()
134 if (!TEST_ptr(a = DH_new()) in dh_test()
152 if (!TEST_ptr(b = DH_new())) in dh_test()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopenssldh_link.c281 dh = DH_new(); in openssldh_generate()
309 dh = DH_new(); in openssldh_generate()
467 dh = DH_new(); in openssldh_fromdns()
688 dh = DH_new(); in openssldh_parse()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Ddh.c318 if ((dh = DH_new()) == NULL) in dh_new_group_asc()
342 if ((dh = DH_new()) == NULL) in dh_new_group()

123