Searched refs:key_path (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/buildtools/checkdeps/ |
D | checkdeps_test.py | 38 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/ |
D | test-server.c | 420 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()
|
D | test-client.c | 604 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/ |
D | tls-network.c | 183 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()
|
D | private-network.h | 58 char *key_path; member
|
/third_party/vulkan-loader/tests/framework/shim/ |
D | shim.h | 60 …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/ |
D | build_fuchsia_artifacts.py | 122 key_path = os.path.join(_script_dir, 'development.key') 125 CreateFarPackage(pm_bin, far_base, key_path, destination)
|
/third_party/libwebsockets/lib/plat/freertos/ |
D | freertos-file.c | 187 name = vhost->tls.key_path; in lws_plat_write_cert()
|
/third_party/libwebsockets/lib/core-net/ |
D | vhost.c | 742 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()
|