Searched refs:log_mask (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_client.c170 if (TLScontext->log_mask & TLS_LOG_CACHE)
192 if (TLScontext->log_mask & TLS_LOG_CACHE)
232 if (TLScontext->log_mask & TLS_LOG_CACHE)
265 if (TLScontext->log_mask & TLS_LOG_CACHE)
281 int log_mask; local
286 log_mask = tls_log_mask(props->log_param, props->log_level);
288 if (log_mask & TLS_LOG_VERBOSE)
372 if (log_mask & TLS_LOG_DEBUG)
459 app_ctx = tls_alloc_app_context(client_ctx, log_mask);
609 log_certmatch = TLScontext->log_mask
764 int log_mask = app_ctx->log_mask; local
[all...]
H A Dtls_server.c193 if (TLScontext->log_mask & TLS_LOG_CACHE)
203 if (session && (TLScontext->log_mask & TLS_LOG_CACHE))
233 if (TLScontext->log_mask & TLS_LOG_CACHE)
256 if (TLScontext->log_mask & TLS_LOG_CACHE)
311 if (TLScontext->log_mask & TLS_LOG_CACHE)
316 if (TLScontext->log_mask & TLS_LOG_CACHE)
338 int log_mask; local
343 log_mask = tls_log_mask(props->log_param, props->log_level);
345 if (log_mask & TLS_LOG_VERBOSE)
496 if (log_mask
671 int log_mask = app_ctx->log_mask; local
[all...]
H A Dtls_stream.c106 if (ret > 0 && (TLScontext->log_mask & TLS_LOG_ALLPKTS))
125 if (TLScontext->log_mask & TLS_LOG_ALLPKTS)
H A Dtls_misc.c27 /* TLS_APPL_STATE *tls_alloc_app_context(ssl_ctx, log_mask)
29 /* int log_mask;
34 /* TLS_SESS_STATE *tls_alloc_sess_context(log_mask, namaddr)
35 /* int log_mask;
81 /* void tls_update_app_logmask(app_ctx, log_mask)
83 /* int log_mask;
452 void tls_update_app_logmask(TLS_APPL_STATE *app_ctx, int log_mask) argument
454 app_ctx->log_mask = log_mask;
748 TLS_APPL_STATE *tls_alloc_app_context(SSL_CTX *ssl_ctx, int log_mask) argument
789 tls_alloc_sess_context(int log_mask, const char *namaddr) argument
[all...]
H A Dtls.h214 int log_mask; /* What to log */ member in struct:__anon11832
276 int log_mask; member in struct:TLS_APPL_STATE
H A Dtls_verify.c199 if (TLScontext->log_mask & TLS_LOG_VERBOSE) {
H A Dtls_dane.c1378 if (TLScontext->log_mask & (TLS_LOG_VERBOSE | TLS_LOG_CERTMATCH)
1390 if (TLScontext->log_mask & (TLS_LOG_VERBOSE | TLS_LOG_CERTMATCH)
1570 if (TLScontext->log_mask & (TLS_LOG_VERBOSE | TLS_LOG_CERTMATCH))
1621 if (TLScontext->log_mask & (TLS_LOG_VERBOSE | TLS_LOG_CERTMATCH))
/macosx-10.10/postfix-255/postfix/src/posttls-finger/
H A Dposttls-finger.c404 int log_mask; /* via tls_log_mask() */ member in struct:STATE
726 state->log_mask &= ~(TLS_LOG_CERTMATCH | TLS_LOG_PEERCERT |
728 state->log_mask |= TLS_LOG_CACHE | TLS_LOG_SUMMARY;
729 tls_update_app_logmask(state->tls_ctx, state->log_mask);
1170 if (state->log_mask & (TLS_LOG_CERTMATCH | TLS_LOG_VERBOSE))
1414 } else if (cache_hits > 0 && (state->log_mask & TLS_LOG_SESSTKT) != 0) {
1697 state->log_mask = tls_log_mask("-L option", state->options.logopts);

Completed in 128 milliseconds