Searched defs:dh (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c156 dh(dns_name_t *name1, int id1, dns_name_t *name2, int id2, isc_mem_t *mctx) { function
277 isc_buffer_constinit(&b, "dh.", 3);
282 dh(name, 18602, name, 48957, mctx);
H A Dt_dst.c168 dh(dns_name_t *name1, int id1, dns_name_t *name2, int id2, isc_mem_t *mctx, function
439 isc_buffer_constinit(&b, "dh.", 3);
449 dh(name, 18602, name, 48957, mctx, ISC_R_SUCCESS, &nfails, &nprobs);
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_internal.h53 #include <openssl/dh.h>
107 DH *dh; member in union:dst_key::__anon86
H A Dopenssldh_link.c85 REQUIRE(pub->keydata.dh != NULL);
86 REQUIRE(priv->keydata.dh != NULL);
88 dhpub = pub->keydata.dh;
89 dhpriv = priv->keydata.dh;
108 dh1 = key1->keydata.dh;
109 dh2 = key2->keydata.dh;
137 dh1 = key1->keydata.dh;
138 dh2 = key2->keydata.dh;
158 DH *dh = NULL; local
165 dh
218 DH *dh = key->keydata.dh; local
224 DH *dh = key->keydata.dh; local
257 DH *dh; local
310 DH *dh; local
428 DH *dh; local
489 DH *dh = NULL; local
[all...]

Completed in 29 milliseconds