Symbol: auth_zone_log
sbin/unwind/libunbound/services/authzone.c
7885
static void auth_zone_log(uint8_t* name, enum verbosity_value level,
sbin/unwind/libunbound/services/authzone.c
7914
auth_zone_log(z->name, VERB_ALGO, "zonemd dnssec verify: have "
sbin/unwind/libunbound/services/authzone.c
7931
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
7940
auth_zone_log(z->name, VERB_ALGO, "DNSSEC verify was bogus: %s", *why_bogus);
sbin/unwind/libunbound/services/authzone.c
8002
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC verification of absence of ZONEMD secure");
sbin/unwind/libunbound/services/authzone.c
8044
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC3 verification of absence of ZONEMD secure");
sbin/unwind/libunbound/services/authzone.c
8078
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC verification of SOA and ZONEMD RRsets secure");
sbin/unwind/libunbound/services/authzone.c
8192
auth_zone_log(z->name, VERB_ALGO, "DNSSEC verified nonexistence of ZONEMD");
sbin/unwind/libunbound/services/authzone.c
8200
auth_zone_log(z->name, VERB_ALGO, "no ZONEMD present");
sbin/unwind/libunbound/services/authzone.c
8216
auth_zone_log(z->name, VERB_ALGO, "ZONEMD %s", reason);
sbin/unwind/libunbound/services/authzone.c
8217
else auth_zone_log(z->name, VERB_ALGO, "ZONEMD verification successful");
sbin/unwind/libunbound/services/authzone.c
8281
auth_zone_log(z->name, VERB_QUERY,
sbin/unwind/libunbound/services/authzone.c
8297
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8343
auth_zone_log(z->name, VERB_QUERY, "zonemd: verify zone DNSKEY with DS");
sbin/unwind/libunbound/services/authzone.c
8358
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8399
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8418
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8422
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8426
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8430
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8433
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8449
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8456
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8463
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8466
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8473
auth_zone_log(z->name, VERB_ALGO,
sbin/unwind/libunbound/services/authzone.c
8523
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
7885
static void auth_zone_log(uint8_t* name, enum verbosity_value level,
usr.sbin/unbound/services/authzone.c
7914
auth_zone_log(z->name, VERB_ALGO, "zonemd dnssec verify: have "
usr.sbin/unbound/services/authzone.c
7931
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
7940
auth_zone_log(z->name, VERB_ALGO, "DNSSEC verify was bogus: %s", *why_bogus);
usr.sbin/unbound/services/authzone.c
8002
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC verification of absence of ZONEMD secure");
usr.sbin/unbound/services/authzone.c
8044
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC NSEC3 verification of absence of ZONEMD secure");
usr.sbin/unbound/services/authzone.c
8078
auth_zone_log(z->name, VERB_ALGO, "zonemd DNSSEC verification of SOA and ZONEMD RRsets secure");
usr.sbin/unbound/services/authzone.c
8192
auth_zone_log(z->name, VERB_ALGO, "DNSSEC verified nonexistence of ZONEMD");
usr.sbin/unbound/services/authzone.c
8200
auth_zone_log(z->name, VERB_ALGO, "no ZONEMD present");
usr.sbin/unbound/services/authzone.c
8216
auth_zone_log(z->name, VERB_ALGO, "ZONEMD %s", reason);
usr.sbin/unbound/services/authzone.c
8217
else auth_zone_log(z->name, VERB_ALGO, "ZONEMD verification successful");
usr.sbin/unbound/services/authzone.c
8281
auth_zone_log(z->name, VERB_QUERY,
usr.sbin/unbound/services/authzone.c
8297
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8343
auth_zone_log(z->name, VERB_QUERY, "zonemd: verify zone DNSKEY with DS");
usr.sbin/unbound/services/authzone.c
8358
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8399
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8418
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8422
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8426
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8430
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8433
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8449
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8456
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8463
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8466
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8473
auth_zone_log(z->name, VERB_ALGO,
usr.sbin/unbound/services/authzone.c
8523
auth_zone_log(z->name, VERB_ALGO,