HomeSort by relevance Sort by last modified time
    Searched defs:OpenSSL (Results 1 - 6 of 6) sorted by null

  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 39 public enum Implementation { OpenSSL, BouncyCastle };
CipherBenchmark.java 84 public enum Implementation { OpenSSL, BouncyCastle };
116 case OpenSSL:
SignatureBenchmark.java 55 public enum Implementation { OpenSSL, BouncyCastle };
95 case OpenSSL:
114 case OpenSSL:
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 133 import OpenSSL.SSL
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
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 133 import OpenSSL.SSL
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
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 305 global OpenSSL
307 import OpenSSL.SSL
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.SSL.SSLv23_METHOD
    [all...]

Completed in 1252 milliseconds