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

  /external/python/cpython2/Lib/test/
make_ssl_certs.py 97 req_file, cert_file, key_file = tempnames
112 args += ['-x509', '-out', cert_file ]
116 args = ['ca', '-config', req_file, '-out', cert_file, '-outdir', 'cadir',
121 with open(cert_file, 'r') as f:
  /external/python/cpython3/Lib/test/
make_ssl_certs.py 96 req_file, cert_file, key_file = tempnames
111 args += ['-x509', '-out', cert_file ]
115 args = ['ca', '-config', req_file, '-out', cert_file, '-outdir', 'cadir',
120 with open(cert_file, 'r') as f:
  /build/make/tools/releasetools/
test_sign_target_files_apks.py 107 cert_file = os.path.join(self.testdata_dir, 'verity.x509.pem')
112 ReplaceVerityKeyId(input_zip, output_zip, cert_file)
118 cert_file = os.path.join(self.testdata_dir, 'testkey.x509.pem')
122 ReplaceVerityKeyId(input_zip, output_zip, cert_file)
  /external/boringssl/src/ssl/test/
test_config.h 32 std::string cert_file; member in struct:TestConfig
test_config.cc 140 { "-cert-file", &TestConfig::cert_file },
bssl_shim.cc 493 if (!config->cert_file.empty() &&
494 !LoadCertificate(out_x509, out_chain, config->cert_file.c_str())) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py     [all...]
urllib.py 135 self.cert_file = x509.get('cert_file')
425 cert_file=self.cert_file)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py     [all...]
urllib.py 135 self.cert_file = x509.get('cert_file')
425 cert_file=self.cert_file)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py     [all...]
urllib.py 135 self.cert_file = x509.get('cert_file')
425 cert_file=self.cert_file)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py     [all...]
urllib.py 135 self.cert_file = x509.get('cert_file')
425 cert_file=self.cert_file)
    [all...]
  /external/python/cpython2/Lib/
httplib.py     [all...]
urllib.py 139 self.cert_file = x509.get('cert_file')
430 cert_file=self.cert_file,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py     [all...]
urllib.py 132 self.cert_file = x509.get('cert_file')
423 cert_file=self.cert_file)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 264 newPySSLObject(PySocketSockObject *Sock, char *key_file, char *cert_file,
289 if ((key_file && !cert_file) || (!key_file && cert_file)) {
296 ((key_file == NULL) || (cert_file == NULL))) {
357 cert_file);
362 ret, ERR_peek_error(), ERR_peek_last_error(), cert_file);
425 char *cert_file = NULL; local
433 &key_file, &cert_file,
442 server_side, key_file, cert_file, verification_mode,
446 return (PyObject *) newPySSLObject(Sock, key_file, cert_file,
    [all...]
  /external/curl/lib/vtls/
openssl.c 540 char *cert_file,
552 if(cert_file || (file_type == SSL_FILETYPE_ENGINE)) {
569 cert_file) != 1) {
585 cert_file,
606 params.cert_id = cert_file;
620 " '%s' [%s]", cert_file,
657 f = fopen(cert_file, "rb");
659 failf(data, "could not open PKCS12 file '%s'", cert_file);
666 failf(data, "error reading PKCS12 file '%s'", cert_file);
696 cert_file);
    [all...]
nss.c 667 char *cert_file, char *key_file)
672 if(cert_file) {
673 result = nss_load_cert(&conn->ssl[sockindex], cert_file, PR_FALSE);
676 if(!display_error(conn, err, cert_file)) {
685 if(key_file || (is_file(cert_file))) {
690 result = nss_load_key(conn, sockindex, cert_file);
    [all...]
  /external/python/cpython3/Lib/http/
client.py     [all...]
  /external/python/cpython3/Lib/urllib/
request.py     [all...]

Completed in 478 milliseconds