Lines Matching defs:nsec3
53 #include <dns/nsec3.h>
3689 "nsec3 test \"unknown\" hash algorithm found: %u",
3695 "unsupported nsec3 hash algorithm"
3704 "unsupported nsec3 hash algorithm: %u",
3715 "no supported nsec3 hash algorithm");
7206 dns_rdata_nsec3_t nsec3;
7223 CHECK(dns_rdata_tostruct(&rdata, &nsec3, NULL));
7224 if (nsec3.hash != param->hash ||
7225 nsec3.iterations != param->iterations ||
7226 nsec3.salt_length != param->salt_length ||
7227 memcmp(nsec3.salt, param->salt, nsec3.salt_length))
14419 * multiple simultaneous nsec3 chains are annoyingly legal -- this
14457 * walk private type records, converting them to nsec3 parameters
14513 * Copy the remaining private records so the nsec/nsec3
14700 * the old nsec3 parameters and insert them into db
17635 isc_boolean_t nseconly = ISC_FALSE, nsec3 = ISC_FALSE;
17664 if (!nsec3)
17666 privatetype, &nsec3));
17669 if (nseconly && nsec3) {