| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A 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)>,
|
| H A 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)>,
|
| H A D | DH_set_method.pod | 77 L<DH_new(3)>, L<DH_new(3)>, L<DH_meth_new(3)>
|
| H A D | DSA_dup_DH.pod | 30 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
|
| H A D | DH_size.pod | 41 L<DH_new(3)>, L<DH_generate_key(3)>,
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | DH_new.pod | 5 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 D | DH_set_method.pod | 84 L<DH_new(3)>, L<DH_new(3)>, L<DH_meth_new(3)>
|
| H A D | DSA_dup_DH.pod | 38 L<DH_new(3)>, L<DSA_new(3)>, L<ERR_get_error(3)>
|
| H A D | DH_size.pod | 53 L<DH_new(3)>, L<DH_generate_key(3)>,
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | dh.h | 92 (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 D | dh.h | 171 (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 D | dh.h | 49 #define DH_new hc_DH_new macro 126 DH * DH_new(void);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/dh/ |
| H A D | dh_asn1.c | 22 *pval = (ASN1_VALUE *)DH_new(); in dh_cb() 85 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname()
|
| H A D | dh_depr.c | 28 if ((ret = DH_new()) == NULL)
|
| H A D | dh_rfc5114.c | 25 DH *dh = DH_new(); \
|
| H A D | dh_rfc7919.c | 19 DH *dh = DH_new(); in dh_param_init()
|
| H A D | dh_pmeth.c | 383 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 D | dh_asn1.c | 29 *pval = (ASN1_VALUE *)DH_new(); in dh_cb() 99 dh = DH_new(); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
|
| H A D | dh_pmeth.c | 287 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 D | dh_depr.c | 31 if ((ret = DH_new()) == NULL) in DH_generate_parameters()
|
| H A D | dh_rfc5114.c | 31 DH *dh = DH_new(); \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | dhtest.c | 57 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 D | dhtest.c | 48 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 D | openssldh_link.c | 281 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 D | dh.c | 318 if ((dh = DH_new()) == NULL) in dh_new_group_asc() 342 if ((dh = DH_new()) == NULL) in dh_new_group()
|