Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
D__init__.py64 _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)