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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 64 _ssl_wrap_socket = ssl.wrap_socket variable
66 def _ssl_wrap_socket(sock, key_file, cert_file): function
774 self.sock =_ssl_wrap_socket(sock, self.key_file, self.cert_file)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 64 _ssl_wrap_socket = ssl.wrap_socket variable
66 def _ssl_wrap_socket(sock, key_file, cert_file): function
774 self.sock =_ssl_wrap_socket(sock, self.key_file, self.cert_file)
    [all...]

Completed in 51 milliseconds