Searched refs:proofs (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dvalidator.h77 * proofs[] will contain the names of the NSEC records that hold the
78 * various proofs. Note the same name may appear multiple times.
102 dns_name_t * proofs[4]; member in struct:dns_validatorevent
/bind-9.6-ESV-R11/lib/dns/
H A Dvalidator.c99 * NSEC proofs to be looked for.
106 * NSEC proofs that have been found.
848 * Looks for NOQNAME, NODATA and OPTOUT proofs.
890 dns_name_t **proofs = val->event->proofs; local
908 proofs[DNS_VALIDATOR_NODATAPROOF] =
920 proofs[DNS_VALIDATOR_NOQNAMEPROOF] =
2321 * Look for NODATA at the wildcard and NOWILDCARD proofs in the
2322 * previously validated NSEC records. As these proofs are mutually
2374 dns_name_t **proofs local
2400 dns_name_t **proofs = val->event->proofs; local
2432 dns_name_t **proofs = val->event->proofs; local
[all...]
H A Dresolver.c4200 if (vevent->proofs[DNS_VALIDATOR_NOQNAMEPROOF] != NULL) {
4202 vevent->proofs[DNS_VALIDATOR_NOQNAMEPROOF]);
4206 if (vevent->proofs[DNS_VALIDATOR_CLOSESTENCLOSER] != NULL) {
4208 vevent->proofs[DNS_VALIDATOR_CLOSESTENCLOSER]);

Completed in 36 milliseconds