Home
last modified time | relevance | path

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

/external/libwebsockets/lib/tls/
Dtls-network.c182 if (v->tls.alloc_cert_path && v->tls.key_path && in lws_tls_cert_updated()
183 !strcmp(v->tls.alloc_cert_path, certpath) && in lws_tls_cert_updated()
Dprivate-network.h56 char *alloc_cert_path; member
/external/libwebsockets/lib/plat/freertos/
Dfreertos-file.c184 const char *name = vhost->tls.alloc_cert_path; in lws_plat_write_cert()
/external/libwebsockets/lib/core-net/
Dvhost.c582 vh->tls.key_path = vh->tls.alloc_cert_path = in lws_create_vhost()
586 memcpy(vh->tls.alloc_cert_path, in lws_create_vhost()
1204 lws_free_set_NULL(vh->tls.alloc_cert_path);
/external/libwebsockets/lib/plat/freertos/esp32/
Desp32-helpers.c1155 if (!nvs_get_blob(nvh, vhost->tls.alloc_cert_path, NULL, &s)) in lws_esp32_selfsigned()