Lines Matching refs:why

167 #define MARK_INVALID(why, levelp) do { \  argument
168 dsb_simple((why), "4.7.5", "client TLS configuration problem"); \
203 MARK_INVALID(tls->why, site_level); in tls_site_lookup()
209 dsb_simple(tls->why, "4.3.0", "Temporary lookup error"); in tls_site_lookup()
234 #define INVALID_RETURN(why, levelp) do { \ in tls_policy_lookup_one() argument
235 MARK_INVALID((why), (levelp)); FREE_RETURN; } while (0) in tls_policy_lookup_one()
247 MARK_INVALID(tls->why, site_level); in tls_policy_lookup_one()
255 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
261 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
282 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
288 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
293 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
303 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
313 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
320 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
328 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
334 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
356 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
367 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
371 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
376 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
389 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
394 INVALID_RETURN(tls->why, site_level); in tls_policy_lookup_one()
593 MARK_INVALID(tls->why, &tls->level); in policy_create()
627 MARK_INVALID(tls->why, &tls->level); in policy_create()
644 MARK_INVALID(tls->why, &tls->level); in policy_create()
677 dsb_free(tls->why); in policy_delete()
684 int smtp_tls_policy_cache_query(DSN_BUF *why, SMTP_TLS_POLICY *tls, in smtp_tls_policy_cache_query() argument
714 dsb_update(why, in smtp_tls_policy_cache_query()
715 STR(tls->why->status), STR(tls->why->action), in smtp_tls_policy_cache_query()
716 STR(tls->why->mtype), STR(tls->why->mname), in smtp_tls_policy_cache_query()
717 STR(tls->why->dtype), STR(tls->why->dtext), in smtp_tls_policy_cache_query()
718 "%s", STR(tls->why->reason)); in smtp_tls_policy_cache_query()
786 MARK_INVALID(tls->why, &tls->level); in dane_incompat()
789 vdsb_simple(tls->why, "4.7.5", fmt, ap); in dane_incompat()
804 MARK_INVALID(tls->why, &tls->level); in dane_init()
861 dsb_simple(tls->why, "4.7.5", "TLSA lookup error for %s:%u", in dane_init()