Lines Matching defs:nsec3
58 #include <dns/nsec3.h>
2534 "nsec3 test \"unknown\" hash algorithm found: %u",
2540 "unsupported nsec3 hash algorithm"
2549 "unsupported nsec3 hash algorithm: %u",
2560 "no supported nsec3 hash algorithm");
4714 dns_rdata_nsec3_t nsec3;
4731 CHECK(dns_rdata_tostruct(&rdata, &nsec3, NULL));
4732 if (nsec3.hash != param->hash ||
4733 nsec3.iterations != param->iterations ||
4734 nsec3.salt_length != param->salt_length ||
4735 memcmp(nsec3.salt, param->salt, nsec3.salt_length))