Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c373 const char *cert_filepath, in lws_tls_client_create_vhost_context() argument
443 if (cert_filepath) { in lws_tls_client_create_vhost_context()
448 if (lws_tls_use_any_upgrade_check_extant(cert_filepath) != in lws_tls_client_create_vhost_context()
454 cert_filepath); in lws_tls_client_create_vhost_context()
456 if (alloc_file(vh->context, cert_filepath, &buf, &amount)) in lws_tls_client_create_vhost_context()
466 cert_filepath); in lws_tls_client_create_vhost_context()
471 lwsl_info("Loaded client cert %s\n", cert_filepath); in lws_tls_client_create_vhost_context()
/third_party/libwebsockets/lib/tls/
Dtls-client.c111 const char *cert_filepath = info->ssl_cert_filepath; in lws_context_init_client_ssl() local
122 cert_filepath = NULL; in lws_context_init_client_ssl()
134 cert_filepath = info->client_ssl_cert_filepath; in lws_context_init_client_ssl()
162 cert_filepath, in lws_context_init_client_ssl()
Dprivate-network.h187 const char *cert_filepath,
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-client.c719 const char *cert_filepath, argument
814 if (cert_filepath)
815 EVP_DigestUpdate(mdctx, cert_filepath, strlen(cert_filepath));
1086 if (cert_filepath) {
1087 if (lws_tls_use_any_upgrade_check_extant(cert_filepath) !=
1093 cert_filepath);
1095 cert_filepath);
1098 cert_filepath);
1102 lwsl_info("Loaded client cert %s\n", cert_filepath);
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c556 const char *cert_filepath = in lejp_vhosts_cb() local
566 a->info->client_ssl_cert_filepath = cert_filepath; in lejp_vhosts_cb()