Lines Matching refs:log_mask

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() local
630 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()
744 if (log_mask & TLS_LOG_DEBUG) in tls_client_init()
833 app_ctx = tls_alloc_app_context(client_ctx, 0, log_mask); in tls_client_init()
893 int log_mask = app_ctx->log_mask; in tls_client_start() local
901 log_mask |= TLS_LOG_UNTRUSTED; in tls_client_start()
903 if (log_mask & TLS_LOG_VERBOSE) in tls_client_start()
940 TLScontext = tls_alloc_sess_context(log_mask, props->namaddr); in tls_client_start()
965 if (log_mask & TLS_LOG_VERBOSE) in tls_client_start()
1131 if (log_mask & TLS_LOG_TLSPKTS) in tls_client_start()
1182 if ((TLScontext->log_mask & TLS_LOG_ALLPKTS) == 0) in tls_client_post_connect()
1190 if ((TLScontext->log_mask & TLS_LOG_CACHE) && TLScontext->session_reused) in tls_client_post_connect()
1210 if (TLScontext->log_mask & in tls_client_post_connect()
1245 if (TLScontext->log_mask & TLS_LOG_SUMMARY) in tls_client_post_connect()