Home
last modified time | relevance | path

Searched refs:tls_client_start (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls.h493 extern TLS_SESS_STATE *tls_client_start(const TLS_CLIENT_START_PROPS *);
514 tls_client_start((((props)->a1), ((props)->a2), ((props)->a3), \
H A Dtls_client.c883 TLS_SESS_STATE *tls_client_start(const TLS_CLIENT_START_PROPS *props) in tls_client_start() function
/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.c1031 state->tls_context = tls_client_start(state->client_start_props); in tlsp_client_start_pre_handshake()
/netbsd-src/external/ibm-public/postfix/dist/
H A DHISTORY14056 tls_client_start(). The client is now agnostic of the
16598 step when code is updated. As of 20110212, tls_client_start()
17216 Cleanup: removed the log_level arguments from tls_client_start()
24143 instead of reusing the tls_client_init() and tls_client_start()