Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls.h685 extern TLS_SESS_STATE *tls_alloc_sess_context(int, const char *);
H A Dtls_client.c940 TLScontext = tls_alloc_sess_context(log_mask, props->namaddr); in tls_client_start()
H A Dtls_server.c839 TLScontext = tls_alloc_sess_context(log_mask, props->namaddr); in tls_server_start()
H A Dtls_dane.c1310 tctx = tls_alloc_sess_context(TLS_LOG_NONE, argv[7]); in main()
H A Dtls_misc.c1266 TLS_SESS_STATE *tls_alloc_sess_context(int log_mask, const char *namaddr) in tls_alloc_sess_context() function