Lines Matching defs:nsec3
29 #include <dns/nsec3.h>
202 /* NSEC3 cannot be used with certain key algorithms. */
216 "dnssec-policy: cannot use nsec3 with algorithm '%s'",
227 "dnssec-policy: nsec3 iterations value %u "
246 "dnssec-policy: nsec3 salt length %u too high",
263 const cfg_obj_t *nsec3 = NULL;
384 /* Configuration: NSEC3 */
385 (void)confget(maps, "nsec3param", &nsec3);
386 if (nsec3 == NULL) {
390 result = cfg_nsec3param_fromconfig(nsec3, kasp, logctx);