Searched refs:certpath (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | ssh-add.c | 146 char msg[1024], *certpath; in add_file() local 224 xasprintf(&certpath, "%s-cert.pub", filename); in add_file() 225 if ((cert = key_load_public(certpath, NULL)) == NULL) in add_file() 230 certpath, filename); in add_file() 246 error("Certificate %s (%s) add failed", certpath, in add_file() 249 fprintf(stderr, "Certificate added: %s (%s)\n", certpath, in add_file() 256 xfree(certpath); in add_file()
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider_chromeos.cc | 392 std::string service_path, password, identity, certpath; in ConnectToWifiNetwork() local 396 !args->GetString("certpath", &certpath)) { in ConnectToWifiNetwork() 412 if (!certpath.empty()) in ConnectToWifiNetwork() 413 wifi->SetCertPath(certpath); in ConnectToWifiNetwork() 430 std::string ssid, security, password, identity, certpath; in ConnectToHiddenWifiNetwork() local 435 !args->GetString("certpath", &certpath)) { in ConnectToHiddenWifiNetwork() 462 identity, certpath); in ConnectToHiddenWifiNetwork()
|
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 224 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/ |
D | internet_options_handler.cc | 776 std::string certpath; in LoginCertCallback() local 779 !args->GetString(1, &certpath) || in LoginCertCallback()
|
/external/chromium/chrome/browser/chromeos/cros/ |
D | network_library.h | 1104 const std::string& certpath) = 0;
|
D | network_library.cc | 2729 const std::string& certpath) { in ConnectToWifiNetwork() argument 2736 connect_data_.cert_path = certpath; in ConnectToWifiNetwork() 4456 const std::string& certpath) {} in ConnectToWifiNetwork() argument
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | CertPathReviewerMessages.properties | 124 # error initializing the certpath checkers
|