Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/
Dtls-client.c105 const char *cert_filepath = info->ssl_cert_filepath; in lws_context_init_client_ssl() local
116 cert_filepath = NULL; in lws_context_init_client_ssl()
128 cert_filepath = info->client_ssl_cert_filepath; in lws_context_init_client_ssl()
156 cert_filepath, in lws_context_init_client_ssl()
Dprivate-network.h187 const char *cert_filepath,
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c372 const char *cert_filepath, in lws_tls_client_create_vhost_context() argument
442 if (cert_filepath) { in lws_tls_client_create_vhost_context()
447 if (lws_tls_use_any_upgrade_check_extant(cert_filepath) != in lws_tls_client_create_vhost_context()
453 cert_filepath); in lws_tls_client_create_vhost_context()
455 if (alloc_file(vh->context, cert_filepath, &buf, &amount)) in lws_tls_client_create_vhost_context()
465 cert_filepath); in lws_tls_client_create_vhost_context()
470 lwsl_info("Loaded client cert %s\n", cert_filepath); in lws_tls_client_create_vhost_context()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c717 const char *cert_filepath, argument
812 if (cert_filepath)
813 EVP_DigestUpdate(mdctx, cert_filepath, strlen(cert_filepath));
1050 if (cert_filepath) {
1051 if (lws_tls_use_any_upgrade_check_extant(cert_filepath) !=
1057 cert_filepath);
1059 cert_filepath);
1062 cert_filepath);
1066 lwsl_info("Loaded client cert %s\n", cert_filepath);
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c546 const char *cert_filepath = in lejp_vhosts_cb() local
556 a->info->client_ssl_cert_filepath = cert_filepath; in lejp_vhosts_cb()