Home
last modified time | relevance | path

Searched refs:TLS_LOG_CACHE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/tls/
Dtls_server.c211 if (TLScontext->log_mask & TLS_LOG_CACHE) in get_server_session_cb()
221 if (session && (TLScontext->log_mask & TLS_LOG_CACHE)) in get_server_session_cb()
253 if (TLScontext->log_mask & TLS_LOG_CACHE) in uncache_session()
278 if (TLScontext->log_mask & TLS_LOG_CACHE) in new_server_session_cb()
337 if (TLScontext->log_mask & TLS_LOG_CACHE) in ticket_cb()
342 if (TLScontext->log_mask & TLS_LOG_CACHE) in ticket_cb()
372 if (TLScontext->log_mask & TLS_LOG_CACHE) in ticket_cb()
377 if (TLScontext->log_mask & TLS_LOG_CACHE) in ticket_cb()
981 if ((TLScontext->log_mask & TLS_LOG_CACHE) && TLScontext->session_reused) in tls_server_post_accept()
Dtls_client.c211 if (TLScontext->log_mask & TLS_LOG_CACHE) in load_clnt_session()
233 if (TLScontext->log_mask & TLS_LOG_CACHE) in load_clnt_session()
273 if (TLScontext->log_mask & TLS_LOG_CACHE) in new_client_session_cb()
306 if (TLScontext->log_mask & TLS_LOG_CACHE) in uncache_session()
1334 if ((TLScontext->log_mask & TLS_LOG_CACHE) && TLScontext->session_reused) in tls_client_post_connect()
Dtls_misc.c535 #define TLS_LOG_2 (TLS_LOG_1 | TLS_LOG_VERBOSE | TLS_LOG_CACHE | TLS_LOG_DEBUG)
560 "cache", TLS_LOG_CACHE,
Dtls.h320 #define TLS_LOG_CACHE (1<<6) macro
/netbsd/src/external/ibm-public/postfix/dist/src/tlsmgr/
Dtlsmgr.c966 *ent->log_level) & TLS_LOG_CACHE, in tlsmgr_pre_init()