Searched defs:next_length (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dnsec3_50.h27 unsigned char next_length; member in struct:dns_rdata_nsec3
/bind-9.11.3/lib/dns/
H A Dnsec3.c529 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...]
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c62 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...]

Completed in 22 milliseconds