Lines Matching defs:nsec3
39 #include <dns/nsec3.h>
279 dns_rdata_nsec3_t nsec3;
349 (void)dns_rdata_tostruct(&rdata, &nsec3, NULL);
350 if (nsec3.hash != 1)
352 length = isc_iterated_hash(hash, nsec3.hash,
353 nsec3.iterations, nsec3.salt,
354 nsec3.salt_length,
365 if ((nsec3.flags & DNS_NSEC3FLAG_OPTOUT) == 0)
370 scope = memcmp(owner, nsec3.next, nsec3.next_length);
372 memcmp(hash, nsec3.next, length) < 0) ||
374 memcmp(hash, nsec3.next, length) < 0)))