Searched defs:SSL (Results 1 - 19 of 19) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
H A Dcertutils.py41 from OpenSSL import crypto, SSL namespace
43 Error = SSL.Error
44 SSL_METHOD = SSL.SSLv23_METHOD
45 SysCallError = SSL.SysCallError
46 VERIFY_PEER = SSL.VERIFY_PEER
47 ZeroReturnError = SSL.ZeroReturnError
57 return SSL.Context(method)
73 except SSL.SysCallError, e:
77 except SSL.ZeroReturnError:
82 return WrappedConnection(SSL
[all...]
/external/webrtc/webrtc/base/
H A Dopenssladapter.h19 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
44 // Note that the socket returns ST_CONNECTING while SSL is being negotiated.
67 static bool VerifyServerName(SSL* ssl, const char* host,
69 bool SSLPostConnectionCheck(SSL* ssl, const char* host);
71 static void SSLInfoCallback(const SSL* s, int where, int ret);
83 // If true, socket will retain SSL configuration after Close.
86 SSL* ssl_;
H A Dopensslstreamadapter.h21 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
32 // Static methods to initialize and deinit the SSL library are in
44 // This class does not support the SSL connection restart feature
49 // SSL error, and it has an explicit SSL_CLOSED state. It should not
124 SSL_WAIT, // waiting for the stream to open to start SSL negotiation
125 SSL_CONNECTING, // SSL negotiation in progress
126 SSL_CONNECTED, // SSL stream successfully established
127 SSL_ERROR, // some SSL error occurred, stream is closed
142 // Prepare SSL library, state is SSL_CONNECTING.
144 // Perform SSL negotiatio
[all...]
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dhttpserver.py11 if pyOpenSSL is installed, it also provides SSL capabilities.
218 # with SSL (sporatic errors that are diffcult to trace, but
276 # @@: extract other SSL parameters from pyOpenSSL at...
328 # SSL Functionality
330 # This implementation was motivated by Sebastien Martini's SSL example
334 from OpenSSL import SSL, tsafe namespace
335 SocketErrors = (socket.error, SSL.ZeroReturnError, SSL.SysCallError)
337 # Do not require pyOpenSSL to be installed, but disable SSL
339 SSL variable
[all...]
/external/boringssl/include/openssl/
H A Dbase.h240 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/boringssl/src/include/openssl/
H A Dbase.h240 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/jetty/lib/
H A Djavax.servlet-3.0.0.v201112011016.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 299 milliseconds