Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/
Dtls-network.c183 if (v->tls.alloc_cert_path && v->tls.key_path && in lws_tls_cert_updated()
184 !strcmp(v->tls.alloc_cert_path, certpath) && in lws_tls_cert_updated()
Dprivate-network.h57 char *alloc_cert_path; member
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-file.c184 const char *name = vhost->tls.alloc_cert_path; in lws_plat_write_cert()
/third_party/libwebsockets/lib/core-net/
Dvhost.c742 vh->tls.key_path = vh->tls.alloc_cert_path = in lws_create_vhost()
746 memcpy(vh->tls.alloc_cert_path, in lws_create_vhost()
1536 lws_free_set_NULL(vh->tls.alloc_cert_path);