Searched refs:next_length (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | nsec3_50.h | 27 unsigned char next_length; member in struct:dns_rdata_nsec3
|
H A D | nsec3_50.c | 264 RETERR(uint8_tobuffer(nsec3->next_length, target)); 265 RETERR(mem_tobuffer(target, nsec3->next, nsec3->next_length)); 298 nsec3->next_length = uint8_consume_fromregion(®ion); 299 nsec3->next = mem_maybedup(mctx, region.base, nsec3->next_length); 302 isc_region_consume(®ion, nsec3->next_length);
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.c | 62 isc_uint8_t next_length; member in struct:nsec3_chain_fixed 725 if (e1->next_length < e2->next_length) 727 if (e1->next_length > e2->next_length) 729 len = e1->salt_length + 2 * e1->next_length; 745 if (e1->next_length != e2->next_length) 747 len = e1->salt_length + 2 * e1->next_length; 762 len = sizeof(*element) + nsec3->next_length * [all...] |
/bind-9.11.3/lib/dns/ |
H A D | nsec3.c | 529 size_t next_length; local 559 next_length = sizeof(nexthash); 560 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, 563 INSIST(next_length <= sizeof(nexthash)); 588 next_length = nsec3.next_length; 589 INSIST(next_length <= sizeof(nexthash)); 590 memmove(nexthash, nsec3.next, next_length); 667 old_length = nsec3.next_length; 678 nsec3.next_length 1337 size_t next_length; local [all...] |
H A D | validator.c | 360 scope = memcmp(owner, nsec3.next, nsec3.next_length);
|
Completed in 47 milliseconds