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

  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
adb_install_cert.py 42 def __init__(self, device_id, cert_name, cert_path):
43 if not os.path.exists(cert_path):
47 self.cert_path = cert_path
48 self.file_name = os.path.basename(self.cert_path)
112 '-in', self.cert_path])
141 subject_hash_flag, '-in', self.cert_path],
142 os.path.dirname(self.cert_path))
144 self.reformatted_cert_path = os.path.join(os.path.dirname(self.cert_path),
185 logging.info('Installing %s on %s', self.cert_path, self.device_id
    [all...]
certutils_test.py 80 cert_path=ca_cert_path)
94 cert_path = base_path + '-cert.pem'
99 self.assertFalse(os.path.exists(cert_path))
106 self._check_cert_file(cert_path, c)
114 *certutils.generate_dummy_ca_cert(issuer), cert_path=ca_cert_path)
sslproxy_test.py 140 self.cert_path = self._temp_dir + 'testCA-cert.cer'
146 cert_path=self.ca_cert_path)
148 cert_path=self.ca_cert_path)
173 c = Client(self.cert_path, self.verify_cb, server.server_port, '')
178 c = Client(self.cert_path, self.verify_cb, server.server_port, 'foo.com')
181 c = Client(self.cert_path, self.verify_cb, server.server_port,
certutils.py 174 def write_dummy_ca_cert(ca_cert_str, key_str, cert_path):
177 For example, if cert_path is "mycert.pem":
183 cert_path: path string such as "mycert.pem"
187 dirname = os.path.dirname(cert_path)
191 root_path = os.path.splitext(cert_path)[0]
197 with open(cert_path, 'w') as f:
  /external/autotest/client/cros/
httpd.py 216 def __init__(self, server_address, HandlerClass, cert_path, key_path):
221 certfile=cert_path,
248 cert_path='/etc/login_trust_root.pem',
256 cert_path,
httpd_unittest.py 69 cert_path=(creds_path+'.pem'),
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
network_controller_backend.py 120 cert_path=self._wpr_ca_cert_path)
  /external/boringssl/src/crypto/x509/
x509_vfy.c 140 STACK_OF(X509) *cert_path,
    [all...]

Completed in 840 milliseconds