Searched defs:certs_dir (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Dcert_test_util.cc15 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
24 ImportCertFromFile( const FilePath& certs_dir, const std::string& cert_file) argument
[all...]
H A Dcert_verifier_unittest.cc46 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, "googl
264 FilePath certs_dir = GetTestCertsDirectory(); local
[all...]
H A Dcert_database_nss_unittest.cc39 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
[all...]
H A Dx509_certificate_unittest.cc173 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, "nis
172 CreateCertificateListFromFile( const FilePath& certs_dir, const std::string& cert_file, int format) argument
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...]
/external/chromium/net/socket/
H A Dssl_server_socket_unittest.cc222 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
[all...]

Completed in 49 milliseconds