Lines Matching defs:nsec3
44 #include <dns/nsec3.h>
258 dns_rdata_nsec3_t nsec3;
328 (void)dns_rdata_tostruct(&rdata, &nsec3, NULL);
329 if (nsec3.hash != 1) {
333 hash, nsec3.hash, nsec3.iterations, nsec3.salt,
334 nsec3.salt_length, name->ndata, name->length);
345 if ((nsec3.flags & DNS_NSEC3FLAG_OPTOUT) == 0) {
351 scope = memcmp(owner, nsec3.next, nsec3.next_length);
353 memcmp(hash, nsec3.next, length) < 0) ||
356 memcmp(hash, nsec3.next, length) < 0)))