Lines Matching +full:per +full:- +full:module
2 * validator/validator.h - secure validator DNS query response module
39 * This file contains a module that performs validation of DNS queries.
45 #include "util/module.h"
59 * will be primed no more often than this interval. Used when harden-
60 * dnssec-stripped is off and the trust anchor fails.
71 #define SENTINEL_IS "root-key-sentinel-is-ta-"
73 #define SENTINEL_NOT "root-key-sentinel-not-ta-"
113 * NSEC3 maximum iteration count per signing key size.
119 * NSEC3 maximum iteration count per signing key size.
146 * Per query state for the validator module.
150 * State of the validator module.
183 * orig_msg->rep->rrsets array, into the answer section.
184 * starts at 0 - for the full original message.
185 * if it is >0 - qchase followed the cname, chase_reply setup to be
263 * @param id: module id.
275 * @param env: module environment
276 * @param id: module id.