Searched refs:tls_alloc_app_context (Results 1 – 4 of 4) sorted by relevance
684 extern TLS_APPL_STATE *tls_alloc_app_context(SSL_CTX *, SSL_CTX *, int);
833 app_ctx = tls_alloc_app_context(client_ctx, 0, log_mask); in tls_client_init()
750 app_ctx = tls_alloc_app_context(server_ctx, sni_ctx, log_mask); in tls_server_init()
1228 TLS_APPL_STATE *tls_alloc_app_context(SSL_CTX *ssl_ctx, SSL_CTX *sni_ctx, in tls_alloc_app_context() function