Lines Matching refs:why_bogus

5691 	enum sec_status ATTR_UNUSED(sec), char* ATTR_UNUSED(why_bogus),
6754 enum sec_status ATTR_UNUSED(sec), char* ATTR_UNUSED(why_bogus),
7802 struct auth_rrset* rrset, char** why_bogus, uint8_t* sigalg,
7832 sec = dnskeyset_verify_rrset(env, ve, &pk, dnskey, sigalg, why_bogus, NULL,
7837 if(why_bogus)
7838 auth_zone_log(z->name, VERB_ALGO, "DNSSEC verify was bogus: %s", *why_bogus);
7876 char** reason, char** why_bogus, uint8_t* sigalg, char* reasonbuf,
7889 nsec, why_bogus, sigalg, reasonbuf, reasonlen)) {
7932 nsec3, why_bogus, sigalg, reasonbuf, reasonlen)) {
7953 struct auth_rrset* zonemd_rrset, char** reason, char** why_bogus,
7967 why_bogus, sigalg, reasonbuf, reasonlen)) {
7972 zonemd_rrset, why_bogus, sigalg, reasonbuf, reasonlen)) {
7985 * @param why_bogus: failure string for DNSSEC verification failure.
7989 char* reason, char* why_bogus, char** result)
7997 if(why_bogus) {
8000 why_bogus);
8041 char* reason = NULL, *why_bogus = NULL;
8069 &reason, &why_bogus, sigalg, reasonbuf,
8071 auth_zone_zonemd_fail(z, env, reason, why_bogus, result);
8078 zonemd_rrset, &reason, &why_bogus, sigalg, reasonbuf,
8080 auth_zone_zonemd_fail(z, env, reason, why_bogus, result);
8133 * @param why_bogus: if the routine fails, returns the failure reason.
8144 int* is_insecure, char** why_bogus,
8156 *why_bogus = "have trust anchor, but zone has no apex domain for DNSKEY";
8161 *why_bogus = "have trust anchor, but zone has no DNSKEY";
8167 *why_bogus = "have trust anchor, but no validator module";
8182 anchor->dnskey_rrset, NULL, why_bogus, NULL, NULL, reasonbuf,
8196 "zonemd: verify DNSKEY RRset with trust anchor failed: %s", *why_bogus);
8205 struct ub_packed_rrset_key* ds, int* is_insecure, char** why_bogus,
8218 *why_bogus = "in verifywithDS, zone has no apex";
8223 *why_bogus = "in verifywithDS, zone has no DNSKEY";
8229 *why_bogus = "in verifywithDS, have no validator module";
8243 why_bogus, NULL, NULL, reasonbuf, reasonlen);
8254 if(*why_bogus == NULL)
8255 *why_bogus = "verify failed";
8258 *why_bogus);
8265 enum sec_status sec, char* why_bogus, int ATTR_UNUSED(was_ratelimited))
8291 reason = why_bogus;
8476 char* reason = NULL, *why_bogus = NULL;
8510 &is_insecure, &why_bogus, &keystorage, reasonbuf,
8536 auth_zone_zonemd_fail(z, env, reason, why_bogus, result);