Lines Matching refs:nexthash
55 const unsigned char *nexthash, size_t hash_length,
98 memmove(p, nexthash, hash_length);
525 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH];
556 * If this is the first NSEC3 in the chain nexthash will
559 next_length = sizeof(nexthash);
560 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
563 INSIST(next_length <= sizeof(nexthash));
589 INSIST(next_length <= sizeof(nexthash));
590 memmove(nexthash, nsec3.next, next_length);
677 nsec3.next = nexthash;
686 INSIST(old_length <= sizeof(nexthash));
687 memmove(nexthash, old_next, old_length);
701 salt, salt_length, nexthash, next_length,
732 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
796 nsec3.next = nexthash;
807 INSIST(old_length <= sizeof(nexthash));
808 memmove(nexthash, old_next, old_length);
823 nexthash, next_length, nsec3buf,
1333 unsigned char nexthash[NSEC3_MAX_HASH_LENGTH];
1358 * If this is the first NSEC3 in the chain nexthash will
1361 next_length = sizeof(nexthash);
1362 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1391 INSIST(next_length <= sizeof(nexthash));
1392 memmove(nexthash, nsec3.next, next_length);
1435 nsec3.next = nexthash;
1470 CHECK(dns_nsec3_hashname(&fixed, nexthash, &next_length,
1494 INSIST(next_length <= sizeof(nexthash));
1495 memmove(nexthash, nsec3.next, next_length);
1535 nsec3.next = nexthash;