Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls.h684 extern TLS_APPL_STATE *tls_alloc_app_context(SSL_CTX *, SSL_CTX *, int);
H A Dtls_client.c833 app_ctx = tls_alloc_app_context(client_ctx, 0, log_mask); in tls_client_init()
H A Dtls_server.c750 app_ctx = tls_alloc_app_context(server_ctx, sni_ctx, log_mask); in tls_server_init()
H A Dtls_misc.c1228 TLS_APPL_STATE *tls_alloc_app_context(SSL_CTX *ssl_ctx, SSL_CTX *sni_ctx, in tls_alloc_app_context() function