HomeSort by relevance Sort by last modified time
    Searched refs:certs_dir (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/base/
cert_test_util.cc 15 FilePath certs_dir; local
16 PathService::Get(base::DIR_SOURCE_ROOT, &certs_dir);
17 certs_dir = certs_dir.AppendASCII("net");
18 certs_dir = certs_dir.AppendASCII("data");
19 certs_dir = certs_dir.AppendASCII("ssl");
20 certs_dir = certs_dir.AppendASCII("certificates")
    [all...]
cert_test_util.h 24 // certs_dir represents the test certificates directory. cert_file is the
27 scoped_refptr<X509Certificate> ImportCertFromFile(const FilePath& certs_dir,
cert_verifier_unittest.cc 46 FilePath certs_dir = GetTestCertsDirectory(); local
48 ImportCertFromFile(certs_dir, "google.single.der"));
84 FilePath certs_dir = GetTestCertsDirectory(); local
86 ImportCertFromFile(certs_dir, "google.single.der"));
121 FilePath certs_dir = GetTestCertsDirectory(); local
123 ImportCertFromFile(certs_dir, "google.single.der"));
175 FilePath certs_dir = GetTestCertsDirectory(); local
177 ImportCertFromFile(certs_dir, "google.single.der"));
230 FilePath certs_dir = GetTestCertsDirectory(); local
232 ImportCertFromFile(certs_dir, "google.single.der"))
264 FilePath certs_dir = GetTestCertsDirectory(); local
    [all...]
x509_certificate_unittest.cc 173 const FilePath& certs_dir,
176 FilePath cert_path = certs_dir.AppendASCII(cert_file);
408 FilePath certs_dir = GetTestCertsDirectory(); local
410 ImportCertFromFile(certs_dir, "unosoft_hu_cert.der"));
458 FilePath certs_dir = GetTestCertsDirectory(); local
461 ImportCertFromFile(certs_dir, "www_us_army_mil_cert.der");
467 ImportCertFromFile(certs_dir, "dod_ca_17_cert.der");
470 FilePath root_cert_path = certs_dir.AppendASCII("dod_root_ca_2_cert.der");
490 FilePath certs_dir = GetTestCertsDirectory(); local
492 ImportCertFromFile(certs_dir, "nist.der")
524 FilePath certs_dir = GetTestCertsDirectory(); local
543 FilePath certs_dir = GetTestCertsDirectory(); local
584 FilePath certs_dir = GetTestCertsDirectory(); local
808 FilePath certs_dir = GetTestCertsDirectory(); local
990 FilePath certs_dir = GetTestCertsDirectory(); local
    [all...]
cert_database_nss_unittest.cc 39 FilePath certs_dir; local
40 PathService::Get(base::DIR_SOURCE_ROOT, &certs_dir);
41 certs_dir = certs_dir.AppendASCII("net");
42 certs_dir = certs_dir.AppendASCII("data");
43 certs_dir = certs_dir.AppendASCII("ssl");
44 certs_dir = certs_dir.AppendASCII("certificates")
    [all...]
  /external/chromium/net/socket/
ssl_server_socket_unittest.cc 222 FilePath certs_dir; local
223 PathService::Get(base::DIR_SOURCE_ROOT, &certs_dir);
224 certs_dir = certs_dir.AppendASCII("net");
225 certs_dir = certs_dir.AppendASCII("data");
226 certs_dir = certs_dir.AppendASCII("ssl");
227 certs_dir = certs_dir.AppendASCII("certificates")
    [all...]

Completed in 205 milliseconds