Lines Matching refs:nexthash
82 const unsigned char *nexthash, size_t hash_length,
126 memmove(p, nexthash, hash_length);
557 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH];
588 * If this is the first NSEC3 in the chain nexthash will
591 next_length = sizeof(nexthash);
592 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
620 INSIST(next_length <= sizeof(nexthash));
621 memmove(nexthash, nsec3.next, next_length);
711 nsec3.next = nexthash;
720 INSIST(old_length <= sizeof(nexthash));
721 memmove(nexthash, old_next, old_length);
735 salt, salt_length, nexthash, next_length,
766 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
830 nsec3.next = nexthash;
841 INSIST(old_length <= sizeof(nexthash));
842 memmove(nexthash, old_next, old_length);
857 nexthash, next_length, nsec3buf,
1019 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH];
1044 * If this is the first NSEC3 in the chain nexthash will
1047 next_length = sizeof(nexthash);
1048 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1077 INSIST(next_length <= sizeof(nexthash));
1078 memmove(nexthash, nsec3.next, next_length);
1121 nsec3.next = nexthash;
1154 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1178 INSIST(next_length <= sizeof(nexthash));
1179 memmove(nexthash, nsec3.next, next_length);
1219 nsec3.next = nexthash;