Searched defs:OpenSSL (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py133 import OpenSSL.SSL namespace
251 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
344 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD)
349 socket_ = OpenSSL.SSL.Connection(ctx, socket_)
424 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection
426 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py133 import OpenSSL.SSL namespace
247 """A wrapper class for OpenSSL.SSL.Connection to provide makefile method
340 ctx = OpenSSL.SSL.Context(OpenSSL.SSL.SSLv23_METHOD)
345 socket_ = OpenSSL.SSL.Connection(ctx, socket_)
420 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection
422 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A Dstandalone.py305 global OpenSSL
307 import OpenSSL.SSL namespace
314 """A wrapper class for OpenSSL.SSL.Connection to
316 - tweak shutdown method since OpenSSL.SSL.Connection.shutdown doesn't
350 except OpenSSL.SSL.SysCallError, (err, message):
352 # Suppress "unexpected EOF" exception. See the OpenSSL document
559 """Override TCPServer.get_request to wrap OpenSSL.SSL.Connection
561 cannot substitute OpenSSL.SSL.Connection.makefile since it's readonly
584 ctx = OpenSSL.SSL.Context(OpenSSL
[all...]

Completed in 141 milliseconds