Searched refs:next_length (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dnsec3_50.h30 unsigned char next_length; member in struct:dns_rdata_nsec3
H A Dnsec3_50.c280 RETERR(uint8_tobuffer(nsec3->next_length, target));
281 RETERR(mem_tobuffer(target, nsec3->next, nsec3->next_length));
316 nsec3->next_length = uint8_consume_fromregion(&region);
317 INSIST(nsec3->next_length <= region.length);
318 nsec3->next = mem_maybedup(mctx, region.base, nsec3->next_length);
322 isc_region_consume(&region, nsec3->next_length);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dnsec3_50.h31 unsigned char next_length; member in struct:dns_rdata_nsec3
H A Dnsec3_50.c280 RETERR(uint8_tobuffer(nsec3->next_length, target));
281 RETERR(mem_tobuffer(target, nsec3->next, nsec3->next_length));
316 nsec3->next_length = uint8_consume_fromregion(&region);
317 INSIST(nsec3->next_length <= region.length);
318 nsec3->next = mem_maybedup(mctx, region.base, nsec3->next_length);
322 isc_region_consume(&region, nsec3->next_length);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dnsec3.c572 size_t next_length; local
600 next_length = sizeof(nexthash);
601 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, name, origin,
603 INSIST(next_length <= sizeof(nexthash));
629 next_length = nsec3.next_length;
630 INSIST(next_length <= sizeof(nexthash));
631 memmove(nexthash, nsec3.next, next_length);
711 old_length = nsec3.next_length;
722 nsec3.next_length
1418 size_t next_length; local
[all...]
H A Dzoneverify.c90 uint8_t next_length; member in struct:nsec3_chain_fixed
97 * unsigned char owner[next_length];
98 * unsigned char next[next_length];
108 return (chain->salt_length + 2 * chain->next_length);
370 if (e1->next_length < e2->next_length) {
373 if (e1->next_length > e2->next_length) {
394 if (e1->next_length != e2->next_length) {
[all...]
H A Dvalidator.c358 scope = memcmp(owner, nsec3.next, nsec3.next_length);
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dnsec3.c572 size_t next_length; local
600 next_length = sizeof(nexthash);
601 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, name, origin,
603 INSIST(next_length <= sizeof(nexthash));
629 next_length = nsec3.next_length;
630 INSIST(next_length <= sizeof(nexthash));
631 memmove(nexthash, nsec3.next, next_length);
711 old_length = nsec3.next_length;
722 nsec3.next_length
1412 size_t next_length; local
[all...]
H A Dzoneverify.c89 uint8_t next_length; member in struct:nsec3_chain_fixed
96 * unsigned char owner[next_length];
97 * unsigned char next[next_length];
107 return (chain->salt_length + 2 * chain->next_length);
369 if (e1->next_length < e2->next_length) {
372 if (e1->next_length > e2->next_length) {
393 if (e1->next_length != e2->next_length) {
[all...]
H A Dvalidator.c358 scope = memcmp(owner, nsec3.next, nsec3.next_length);
/netbsd-current/external/mpl/dhcp/bind/include/dns/
H A Drdatastruct.h1540 unsigned char next_length; member in struct:dns_rdata_nsec3
/netbsd-current/external/mpl/bind/include/dns/
H A Drdatastruct.h1385 unsigned char next_length; member in struct:dns_rdata_nsec3

Completed in 191 milliseconds