HomeSort by relevance Sort by last modified time
    Searched defs:OpenSSL (Results 1 - 5 of 5) 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...]

Completed in 209 milliseconds