Home
last modified time | relevance | path

Searched refs:cert_path (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dadb_install_cert.py42 def __init__(self, device_id, cert_name, cert_path): argument
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)
186 self._adb('push', self.cert_path, '/sdcard/')
[all …]
Dsslproxy_test.py140 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,
Dcertutils_test.py80 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)
Dcertutils.py174 def write_dummy_ca_cert(ca_cert_str, key_str, cert_path): argument
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/
Dhttpd.py216 def __init__(self, server_address, HandlerClass, cert_path, key_path): argument
221 certfile=cert_path,
248 cert_path='/etc/login_trust_root.pem', argument
256 cert_path,
Dhttpd_unittest.py69 cert_path=(creds_path+'.pem'),
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dnetwork_controller_backend.py120 cert_path=self._wpr_ca_cert_path)
/external/boringssl/src/crypto/x509/
Dx509_vfy.c140 STACK_OF(X509) *cert_path,
1294 STACK_OF(X509) *cert_path, in check_crl_chain()
1298 cert_ta = sk_X509_value(cert_path, sk_X509_num(cert_path) - 1); in check_crl_chain()