Lines Matching defs:nsec3
29 #include <dns/nsec3.h>
269 dns_rdata_nsec3_t nsec3;
339 (void)dns_rdata_tostruct(&rdata, &nsec3, NULL);
340 if (nsec3.hash != 1)
342 length = isc_iterated_hash(hash, nsec3.hash,
343 nsec3.iterations, nsec3.salt,
344 nsec3.salt_length,
355 if ((nsec3.flags & DNS_NSEC3FLAG_OPTOUT) == 0)
360 scope = memcmp(owner, nsec3.next, nsec3.next_length);
362 memcmp(hash, nsec3.next, length) < 0) ||
364 memcmp(hash, nsec3.next, length) < 0)))