Home | History | Annotate | Download | only in dns

Lines Matching refs:next_length

557 	size_t next_length;
585 next_length = sizeof(nexthash);
586 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, name, origin,
588 INSIST(next_length <= sizeof(nexthash));
631 next_length = nsec3.next_length;
632 INSIST(next_length <= sizeof(nexthash));
633 memmove(nexthash, nsec3.next, next_length);
712 old_length = nsec3.next_length;
723 nsec3.next_length = (unsigned char)next_length;
751 salt, salt_length, nexthash, next_length,
784 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, &empty,
848 old_length = nsec3.next_length;
859 nsec3.next_length = (unsigned char)next_length;
885 salt_length, nexthash, next_length, nsec3buf, &rdata));
1421 size_t next_length;
1443 next_length = sizeof(nexthash);
1444 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, name, origin,
1471 next_length = nsec3.next_length;
1472 INSIST(next_length <= sizeof(nexthash));
1473 memmove(nexthash, nsec3.next, next_length);
1516 nsec3.next_length = (unsigned char)next_length;
1554 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length, &empty,
1578 next_length = nsec3.next_length;
1579 INSIST(next_length <= sizeof(nexthash));
1580 memmove(nexthash, nsec3.next, next_length);
1620 nsec3.next_length = (unsigned char)next_length;
2004 if (isc_buffer_usedlength(&buffer) != nsec3.next_length) {
2012 scope = memcmp(owner, nsec3.next, nsec3.next_length);
2036 if (length != nsec3.next_length) {
2039 nsec3.next_length);