Searched refs:ds (Results 1 - 11 of 11) sorted by relevance
/bind-9.6-ESV-R11/lib/dns/rdata/generic/ |
H A D | ds_43.c | 31 #include <dns/ds.h> 203 dns_rdata_ds_t *ds = source; local 207 REQUIRE(ds->common.rdtype == type); 208 REQUIRE(ds->common.rdclass == rdclass); 209 switch (ds->digest_type) { 211 REQUIRE(ds->length == ISC_SHA1_DIGESTLENGTH); 214 REQUIRE(ds->length == ISC_SHA256_DIGESTLENGTH); 221 RETERR(uint16_tobuffer(ds->key_tag, target)); 222 RETERR(uint8_tobuffer(ds->algorithm, target)); 223 RETERR(uint8_tobuffer(ds 230 dns_rdata_ds_t *ds = target; local 261 dns_rdata_ds_t *ds = source; local [all...] |
H A D | dlv_32769.c | 29 #include <dns/ds.h>
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | ds.c | 32 #include <dns/ds.h> 51 dns_rdata_ds_t ds; local 86 ds.mctx = NULL; 87 ds.common.rdclass = key->rdclass; 88 ds.common.rdtype = dns_rdatatype_ds; 89 ds.algorithm = r.base[3]; 90 ds.key_tag = dst_region_computeid(&r, ds.algorithm); 91 ds.digest_type = digest_type; 92 ds [all...] |
H A D | validator.c | 31 #include <dns/ds.h> 749 "dsset" : "ds non-existance", 1856 dns_rdata_ds_t ds; local 2098 result = dns_rdata_tostruct(&dsrdata, &ds, NULL); 2103 ds.algorithm)) 2106 if (ds.digest_type == DNS_DSDIGEST_SHA256 && 2107 ds.length == ISC_SHA256_DIGESTLENGTH) { 2119 result = dns_rdata_tostruct(&dsrdata, &ds, NULL); 2123 ds.digest_type)) 2126 if (ds 2839 dns_rdata_ds_t ds; local [all...] |
H A D | resolver.c | 39 #include <dns/ds.h>
|
/bind-9.6-ESV-R11/bin/tests/system/masterformat/ |
H A D | tests.sh | 28 for name in ns mx a aaaa cname dname txt rrsig nsec dnskey ds
|
/bind-9.6-ESV-R11/bin/dnssec/ |
H A D | dnssec-dsfromkey.c | 36 #include <dns/ds.h> 195 dns_rdata_t ds; local 200 dns_rdata_init(&ds); 202 result = dns_ds_buildrdata(name, rdata, dtype, buf, &ds); 206 result = dns_rdata_totext(&ds, (dns_name_t *) NULL, &textb);
|
H A D | dnssec-signzone.c | 67 #include <dns/ds.h> 819 dns_rdata_t key, ds; local 854 dns_rdata_init(&ds); 857 dsbuf, &ds); 861 ttl, &ds, &tuple); 865 dns_rdata_reset(&ds); 867 dsbuf, &ds); 871 ttl, &ds, &tuple); 2800 dns_rdata_t rdata, ds; local 2870 dns_rdata_init(&ds); [all...] |
/bind-9.6-ESV-R11/lib/dns/win32/ |
H A D | libdns.mak | 138 -@erase "$(INTDIR)\ds.obj"
269 "$(INTDIR)\ds.obj" \
392 -@erase "$(INTDIR)\ds.obj"
393 -@erase "$(INTDIR)\ds.sbr"
584 "$(INTDIR)\ds.sbr" \
672 "$(INTDIR)\ds.obj" \
1027 SOURCE=..\ds.c
1032 "$(INTDIR)\ds.obj" : $(SOURCE) "$(INTDIR)"
1039 "$(INTDIR)\ds.obj" "$(INTDIR)\ds [all...] |
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ |
H A D | tests.sh | 1133 $DIG $DIGOPTS +noauth . @10.53.0.1 ds > dig.out.ns1.test$n || ret=1 1134 $DIG $DIGOPTS +noauth . @10.53.0.4 ds > dig.out.ns4.test$n || ret=1 1295 @10.53.0.6 ds > dig.out.ds.ns6.test$n || ret=1 1296 nsec3=`grep "IN.NSEC3" dig.out.ds.ns6.test$n | wc -l`
|
/bind-9.6-ESV-R11/bin/dig/ |
H A D | dighost.c | 51 #include <dns/ds.h>
|
Completed in 296 milliseconds