Home
last modified time | relevance | path

Searched refs:trust_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/tls/
Dtls-jit-trust.c248 if (lws_cache_item_get(cx->trust_cache, address, (const void **)&ci, in lws_tls_jit_trust_vhost_bind()
536 if (lws_cache_write_through(cx->trust_cache, (const char *)&inf[1], in lws_tls_jit_trust_got_cert_cb()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h525 struct lws_cache_ttl_lru *trust_cache; member
Dcontext.c624 context->trust_cache = lws_cache_create(&ci); in lws_create_context()
2130 lws_cache_destroy(&context->trust_cache); in lws_context_destroy()