Home
last modified time | relevance | path

Searched refs:key_path (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/buildtools/checkdeps/
Dcheckdeps_test.py38 def VerifySubstringsInProblems(key_path, substrings_in_sequence): argument
45 key_path = os.path.normpath(key_path)
47 index = problem.find(key_path)
55 self.fail('Found no problem for file %s' % key_path)
/third_party/libwebsockets/test-apps/
Dtest-server.c420 char key_path[1024] = ""; in main() local
510 lws_strncpy(key_path, optarg, sizeof(key_path)); in main()
593 if (strlen(resource_path) > sizeof(key_path) - 32) { in main()
597 if (!key_path[0]) in main()
598 sprintf(key_path, "%s/libwebsockets-test-server.key.pem", in main()
602 info.ssl_private_key_filepath = key_path; in main()
Dtest-client.c604 char key_path[1024] = ""; in main() local
671 lws_strncpy(key_path, optarg, sizeof(key_path)); in main()
752 if (key_path[0]) in main()
753 info.client_ssl_private_key_filepath = key_path; in main()
/third_party/libwebsockets/lib/tls/
Dtls-network.c183 if (v->tls.alloc_cert_path && v->tls.key_path && in lws_tls_cert_updated()
185 !strcmp(v->tls.key_path, keypath)) { in lws_tls_cert_updated()
Dprivate-network.h58 char *key_path; member
/third_party/vulkan-loader/tests/framework/shim/
Dshim.h60 …it HKeyHandle(const size_t value, const std::string& key_path) noexcept : key(HKEY{}), path(key_pa… in HKeyHandle()
/third_party/flutter/engine/flutter/tools/fuchsia/
Dbuild_fuchsia_artifacts.py122 key_path = os.path.join(_script_dir, 'development.key')
125 CreateFarPackage(pm_bin, far_base, key_path, destination)
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-file.c187 name = vhost->tls.key_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()
748 vh->tls.key_path += n; in lws_create_vhost()
751 memcpy(vh->tls.key_path, info->ssl_private_key_filepath, in lws_create_vhost()