Searched refs:log_mask (Results 1 – 13 of 13) sorted by relevance
209 if (TLScontext->log_mask & TLS_LOG_CACHE) in get_server_session_cb()219 if (session && (TLScontext->log_mask & TLS_LOG_CACHE)) in get_server_session_cb()251 if (TLScontext->log_mask & TLS_LOG_CACHE) in uncache_session()276 if (TLScontext->log_mask & TLS_LOG_CACHE) in new_server_session_cb()335 if (TLScontext->log_mask & TLS_LOG_CACHE) in ticket_cb()340 if (TLScontext->log_mask & TLS_LOG_CACHE) in ticket_cb()370 if (TLScontext->log_mask & TLS_LOG_CACHE) in ticket_cb()375 if (TLScontext->log_mask & TLS_LOG_CACHE) in ticket_cb()404 int log_mask; in tls_server_init() local409 log_mask = tls_log_mask(props->log_param, props->log_level); in tls_server_init()[all …]
206 if (TLScontext->log_mask & TLS_LOG_CACHE) in load_clnt_session()228 if (TLScontext->log_mask & TLS_LOG_CACHE) in load_clnt_session()268 if (TLScontext->log_mask & TLS_LOG_CACHE) in new_client_session_cb()301 if (TLScontext->log_mask & TLS_LOG_CACHE) in uncache_session()315 verbose = TLScontext->log_mask & in verify_extract_name()368 && (TLScontext->log_mask & TLS_LOG_UNTRUSTED)) { in verify_extract_name()609 if (TLScontext->log_mask & TLS_LOG_DEBUG) in tls_auth_enable()625 int log_mask; in tls_client_init() local630 log_mask = tls_log_mask(props->log_param, props->log_level); in tls_client_init()632 if (log_mask & TLS_LOG_VERBOSE) in tls_client_init()[all …]
108 if (ret > 0 && (TLScontext->log_mask & TLS_LOG_ALLPKTS)) in tls_timed_read()127 if (TLScontext->log_mask & TLS_LOG_ALLPKTS) in tls_timed_write()
578 void tls_update_app_logmask(TLS_APPL_STATE *app_ctx, int log_mask) in tls_update_app_logmask() argument580 app_ctx->log_mask = log_mask; in tls_update_app_logmask()1229 int log_mask) in tls_alloc_app_context() argument1239 app_ctx->log_mask = log_mask; in tls_alloc_app_context()1266 TLS_SESS_STATE *tls_alloc_sess_context(int log_mask, const char *namaddr) in tls_alloc_sess_context() argument1299 TLScontext->log_mask = log_mask; in tls_alloc_sess_context()
268 static int log_mask; variable274 log_mask = tls_log_mask(log_param, log_level); in tls_dane_loglevel()478 if (log_mask & (TLS_LOG_VERBOSE | TLS_LOG_DANE)) in tls_dane_add_fpt_digests()543 if (log_mask & (TLS_LOG_VERBOSE | TLS_LOG_DANE)) in parse_tlsa_rr()753 if (log_mask & (TLS_LOG_VERBOSE | TLS_LOG_DANE)) in tls_dane_load_trustfile()763 if (log_mask & (TLS_LOG_VERBOSE | TLS_LOG_DANE)) in tls_dane_load_trustfile()
251 int log_mask; /* What to log */ member314 int log_mask; member
178 if (TLScontext->log_mask & TLS_LOG_VERBOSE) { in tls_verify_certificate_callback()
187 int log_mask;199 .log_mask = 0xff, \188 int log_mask; global() member
168 if (!(LOG_MASK(LOG_PRI(pri)) & data->log_mask)) in _vxsyslogp_r()372 omask = data->log_mask; in setlogmask_r()374 data->log_mask = pmask; in setlogmask_r()
89 d->log_mask = s->log_mask; in __weak_alias()
41 int log_mask; member
461 int log_mask; /* via tls_log_mask() */ member890 if (state->log_mask & in starttls()948 state->log_mask &= ~(TLS_LOG_CERTMATCH | TLS_LOG_PEERCERT | in starttls()951 state->log_mask |= TLS_LOG_CACHE | TLS_LOG_SUMMARY; in starttls()952 tls_update_app_logmask(state->tls_ctx, state->log_mask); in starttls()1756 } else if (cache_hits > 0 && (state->log_mask & TLS_LOG_CACHE) != 0) { in finger()2094 state->log_mask = tls_log_mask("-L option", state->options.logopts); in parse_options()
570 uint32_t log_mask; member