HomeSort by relevance Sort by last modified time
    Searched defs:certpath (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/automation/
testing_automation_provider_chromeos.cc 392 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/openssh/
ssh-add.c 146 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/ui/webui/options/chromeos/
internet_options_handler.cc 776 std::string certpath; local
    [all...]
  /external/ipsec-tools/src/racoon/
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);

Completed in 102 milliseconds