Searched refs:certpath (Results 1 - 6 of 6) sorted by relevance

/external/openssh/
H A Dssh-add.c146 char msg[1024], *certpath; local
224 xasprintf(&certpath, "%s-cert.pub", filename);
225 if ((cert = key_load_public(certpath, NULL)) == NULL)
230 certpath, filename);
246 error("Certificate %s (%s) add failed", certpath,
249 fprintf(stderr, "Certificate added: %s (%s)\n", certpath,
256 xfree(certpath);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider_chromeos.cc392 std::string service_path, password, identity, certpath; local
396 !args->GetString("certpath", &certpath)) {
412 if (!certpath.empty())
413 wifi->SetCertPath(certpath);
430 std::string ssid, security, password, identity, certpath; local
435 !args->GetString("certpath", &certpath)) {
462 identity, certpath);
/external/ipsec-tools/src/racoon/
H A Deaytest.c224 char *certpath; local
341 certpath = *(av + 1);
342 certs = getcerts(certpath);
349 certpath = "/usr/local/openssl/certs";
401 error = eay_check_x509cert(&c, certpath, NULL, 1);
/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dinternet_options_handler.cc776 std::string certpath; local
779 !args->GetString(1, &certpath) ||
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.h1099 // and (optionally) certpath.
1104 const std::string& certpath) = 0;
H A Dnetwork_library.cc2729 const std::string& certpath) {
2736 connect_data_.cert_path = certpath;
4456 const std::string& certpath) {}
2725 ConnectToWifiNetwork(ConnectionSecurity security, const std::string& ssid, const std::string& passphrase, const std::string& identity, const std::string& certpath) argument
4452 ConnectToWifiNetwork(ConnectionSecurity security, const std::string& ssid, const std::string& passphrase, const std::string& identity, const std::string& certpath) argument

Completed in 204 milliseconds