Symbol: auth_zone_log
sbin/unwind/libunbound/services/authzone.c
7805
static void auth_zone_log(uint8_t* name, enum verbosity_value level,
sbin/unwind/libunbound/services/authzone.c
7834
auth_zone_log(z->name, VERB_ALGO, "zonemd dnssec verify: have "
sbin/unwind/libunbound/services/authzone.c
7851
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
7860
auth_zone_log(z->name, VERB_ALGO, "DNSSEC verify was bogus: %s", *why_bogus);
sbin/unwind/libunbound/services/authzone.c
7922
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC verification of absence of ZONEMD secure");
sbin/unwind/libunbound/services/authzone.c
7964
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC3 verification of absence of ZONEMD secure");
sbin/unwind/libunbound/services/authzone.c
7998
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC verification of SOA and ZONEMD RRsets secure");
sbin/unwind/libunbound/services/authzone.c
8112
auth_zone_log(z->name, VERB_ALGO, "DNSSEC verified nonexistence of ZONEMD");
sbin/unwind/libunbound/services/authzone.c
8120
auth_zone_log(z->name, VERB_ALGO, "no ZONEMD present");
sbin/unwind/libunbound/services/authzone.c
8136
auth_zone_log(z->name, VERB_ALGO, "ZONEMD %s", reason);
sbin/unwind/libunbound/services/authzone.c
8137
else auth_zone_log(z->name, VERB_ALGO, "ZONEMD verification successful");
sbin/unwind/libunbound/services/authzone.c
8201
auth_zone_log(z->name, VERB_QUERY,
sbin/unwind/libunbound/services/authzone.c
8217
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8263
auth_zone_log(z->name, VERB_QUERY, "zonemd: verify zone DNSKEY with DS");
sbin/unwind/libunbound/services/authzone.c
8278
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8319
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8338
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8342
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8346
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8350
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8353
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8369
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8376
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8383
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8386
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8393
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8443
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
7805
static void auth_zone_log(uint8_t* name, enum verbosity_value level,
usr.sbin/unbound/services/authzone.c
7834
auth_zone_log(z->name, VERB_ALGO, "zonemd dnssec verify: have "
usr.sbin/unbound/services/authzone.c
7851
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
7860
auth_zone_log(z->name, VERB_ALGO, "DNSSEC verify was bogus: %s", *why_bogus);
usr.sbin/unbound/services/authzone.c
7922
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC verification of absence of ZONEMD secure");
usr.sbin/unbound/services/authzone.c
7964
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC3 verification of absence of ZONEMD secure");
usr.sbin/unbound/services/authzone.c
7998
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC verification of SOA and ZONEMD RRsets secure");
usr.sbin/unbound/services/authzone.c
8112
auth_zone_log(z->name, VERB_ALGO, "DNSSEC verified nonexistence of ZONEMD");
usr.sbin/unbound/services/authzone.c
8120
auth_zone_log(z->name, VERB_ALGO, "no ZONEMD present");
usr.sbin/unbound/services/authzone.c
8136
auth_zone_log(z->name, VERB_ALGO, "ZONEMD %s", reason);
usr.sbin/unbound/services/authzone.c
8137
else auth_zone_log(z->name, VERB_ALGO, "ZONEMD verification successful");
usr.sbin/unbound/services/authzone.c
8201
auth_zone_log(z->name, VERB_QUERY,
usr.sbin/unbound/services/authzone.c
8217
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8263
auth_zone_log(z->name, VERB_QUERY, "zonemd: verify zone DNSKEY with DS");
usr.sbin/unbound/services/authzone.c
8278
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8319
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8338
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8342
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8346
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8350
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8353
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8369
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8376
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8383
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8386
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8393
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8443
auth_zone_log(z->name, VERB_ALGO,