Searched refs:auth_zone_zonemd_fail (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | authzone.c | 7990 static void auth_zone_zonemd_fail(struct auth_zone* z, struct module_env* env, in auth_zone_zonemd_fail() function 8066 auth_zone_zonemd_fail(z, env, "DNSKEY missing", NULL, result); in auth_zone_verify_zonemd_with_key() 8073 auth_zone_zonemd_fail(z, env, reason, why_bogus, result); in auth_zone_verify_zonemd_with_key() 8082 auth_zone_zonemd_fail(z, env, reason, why_bogus, result); in auth_zone_verify_zonemd_with_key() 8088 auth_zone_zonemd_fail(z, env, "ZONEMD absent and that is not allowed by config", NULL, result); in auth_zone_verify_zonemd_with_key() 8110 auth_zone_zonemd_fail(z, env, reason, NULL, result); in auth_zone_verify_zonemd_with_key() 8390 auth_zone_zonemd_fail(z, env, reason, ds_bogus, NULL); in auth_zonemd_dnskey_lookup_callback() 8538 auth_zone_zonemd_fail(z, env, reason, why_bogus, result); in auth_zone_verify_zonemd()
|