Home
last modified time | relevance | path

Searched refs:tls_log_mask (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls.h291 extern int tls_log_mask(const char *, const char *);
H A Dtls_client.c630 log_mask = tls_log_mask(props->log_param, props->log_level); in tls_client_init()
H A Dtls_server.c409 log_mask = tls_log_mask(props->log_param, props->log_level); in tls_server_init()
H A Dtls_dane.c274 log_mask = tls_log_mask(log_param, log_level); in tls_dane_loglevel()
H A Dtls_misc.c567 int tls_log_mask(const char *log_param, const char *log_level) in tls_log_mask() function
/netbsd-src/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c948 tls_log_mask(ent->log_param, in tlsmgr_pre_init()
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/
H A Dposttls-finger.c2094 state->log_mask = tls_log_mask("-L option", state->options.logopts); in parse_options()