Home
last modified time | relevance | path

Searched refs:tls_ops (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-service.c169 if (pt->context->tls_ops && in _lws_plat_service_tsi()
170 pt->context->tls_ops->fake_POLLIN_for_buffered) in _lws_plat_service_tsi()
171 pt->context->tls_ops->fake_POLLIN_for_buffered(pt); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-service.c184 if (pt->context->tls_ops && in _lws_plat_service_tsi()
185 pt->context->tls_ops->fake_POLLIN_for_buffered) in _lws_plat_service_tsi()
186 m |= pt->context->tls_ops->fake_POLLIN_for_buffered(pt); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c144 if (pt->context->tls_ops && in _lws_plat_service_tsi()
145 pt->context->tls_ops->fake_POLLIN_for_buffered) in _lws_plat_service_tsi()
146 m = pt->context->tls_ops->fake_POLLIN_for_buffered(pt); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-service.c204 if (pt->context->tls_ops && in _lws_plat_service_tsi()
205 pt->context->tls_ops->fake_POLLIN_for_buffered) in _lws_plat_service_tsi()
206 m |= pt->context->tls_ops->fake_POLLIN_for_buffered(pt); in _lws_plat_service_tsi()
/third_party/libwebsockets/lib/core-net/
H A Dservice.c350 if (pt->context->tls_ops && in lws_service_adjust_timeout()
351 pt->context->tls_ops->fake_POLLIN_for_buffered && in lws_service_adjust_timeout()
352 pt->context->tls_ops->fake_POLLIN_for_buffered(pt)) in lws_service_adjust_timeout()
/third_party/libwebsockets/lib/core/
H A Dprivate-lib-core.h592 const struct lws_tls_ops *tls_ops; member
H A Dcontext.c865 context->tls_ops = &tls_ops_mbedtls; in lws_create_context()
869 context->tls_ops = &tls_ops_openssl; in lws_create_context()

Completed in 6 milliseconds