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

/freebsd-9.3-release/contrib/bind9/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
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dvalidator.c99 * NSEC proofs to be looked for.
106 * NSEC proofs that have been found.
857 * Looks for NOQNAME, NODATA and OPTOUT proofs.
899 dns_name_t **proofs = val->event->proofs; local
917 proofs[DNS_VALIDATOR_NODATAPROOF] =
929 proofs[DNS_VALIDATOR_NOQNAMEPROOF] =
2356 * Look for NODATA at the wildcard and NOWILDCARD proofs in the
2357 * previously validated NSEC records. As these proofs are mutually
2409 dns_name_t **proofs local
2435 dns_name_t **proofs = val->event->proofs; local
2467 dns_name_t **proofs = val->event->proofs; local
[all...]
H A Dresolver.c4250 if (vevent->proofs[DNS_VALIDATOR_NOQNAMEPROOF] != NULL) {
4252 vevent->proofs[DNS_VALIDATOR_NOQNAMEPROOF]);
4256 if (vevent->proofs[DNS_VALIDATOR_CLOSESTENCLOSER] != NULL) {
4258 vevent->proofs[DNS_VALIDATOR_CLOSESTENCLOSER]);

Completed in 49 milliseconds