Lines Matching refs:tls
28 * fakes POLLIN on all tls guys with buffered rx
30 * returns nonzero if any tls guys had POLLIN faked
39 lws_dll2_get_head(&pt->tls.dll_pending_tls_owner)) {
41 tls.dll_pending_tls);
59 lws_dll2_remove(&wsi->tls.dll_pending_tls);
81 if (v->tls.ssl_ctx && !v->tls.skipped_certs) {
155 vhost->tls.skipped_certs = 1;
183 if (v->tls.alloc_cert_path && v->tls.key_path &&
184 !strcmp(v->tls.alloc_cert_path, certpath) &&
185 !strcmp(v->tls.key_path, keypath)) {
190 if (v->tls.skipped_certs)
216 if (v->tls.use_ssl &&