Searched refs:auth_zone_log (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/unbound/services/ |
| H A D | authzone.c | 8185 static void auth_zone_log(uint8_t* name, enum verbosity_value level, 8187 static void auth_zone_log(uint8_t* name, enum verbosity_value level, in auth_zone_log() function 8216 auth_zone_log(z->name, VERB_ALGO, "zonemd dnssec verify: have " in zonemd_dnssec_verify_rrset() 8233 auth_zone_log(z->name, VERB_ALGO, in zonemd_dnssec_verify_rrset() 8243 auth_zone_log(z->name, VERB_ALGO, "DNSSEC verify was bogus: %s", *why_bogus); in zonemd_dnssec_verify_rrset() 8305 auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC verification of absence of ZONEMD secure"); in zonemd_check_dnssec_absence() 8347 auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC3 verification of absence of ZONEMD secure"); in zonemd_check_dnssec_absence() 8381 auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC verification of SOA and ZONEMD RRsets secure"); in zonemd_check_dnssec_soazonemd() 8495 auth_zone_log(z->name, VERB_ALGO, "DNSSEC verified nonexistence of ZONEMD"); in auth_zone_verify_zonemd_with_key() 8503 auth_zone_log(z->name, VERB_ALGO, "no ZONEMD present"); in auth_zone_verify_zonemd_with_key() [all …]
|