HomeSort by relevance Sort by last modified time
    Searched refs:key_file (Results 26 - 37 of 37) sorted by null

12

  /external/curl/lib/vtls/
nss.c 545 char *key_file)
554 result = nss_create_object(ssl, CKO_PRIVATE_KEY, key_file, FALSE);
592 char *cert_file, char *key_file)
610 if(key_file || (is_file(cert_file))) {
611 if(key_file)
612 result = nss_load_key(conn, sockindex, key_file);
618 if(!display_error(conn, err, key_file)) {
    [all...]
openssl.c 345 char *key_file,
549 if(!key_file)
551 key_file=cert_file;
553 if(SSL_CTX_use_PrivateKey_file(ctx, key_file, file_type) != 1) {
555 key_file, key_type?key_type:"PEM");
578 ENGINE_load_private_key(data->state.engine, key_file,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
credentials_lib.py 114 with open(private_key_filename) as key_file:
116 service_account_name, key_file.read(), scopes,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py 810 def __init__(self, host, port=None, key_file=None, cert_file=None,
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc 319 if (!config->key_file.empty()) {
321 test_state->private_key = LoadPrivateKey(config->key_file.c_str());
326 } else if (!SSL_use_PrivateKey_file(ssl, config->key_file.c_str(),
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 134 self.key_file = x509.get('key_file')
424 key_file=self.key_file,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 134 self.key_file = x509.get('key_file')
424 key_file=self.key_file,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 134 self.key_file = x509.get('key_file')
424 key_file=self.key_file,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 134 self.key_file = x509.get('key_file')
424 key_file=self.key_file,
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
connection.py     [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/
httplib2test.py 123 def __init__(self, host, port=None, key_file=None, cert_file=None,
533 self.assertEqual(http.connections["https:bitworking.org"].key_file, "akeyfile")
540 self.assertEqual(http.connections["https:notthere.bitworking.org"].key_file, None)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/
httplib2test.py 116 def __init__(self, host, port=None, key_file=None, cert_file=None,
464 self.assertEqual(http.connections["https:bitworking.org"].key_file, "akeyfile")
473 self.assertEqual(http.connections["https:notthere.bitworking.org"].key_file, None)
    [all...]

Completed in 407 milliseconds

12