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

/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/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DConscryptSocketTest.java101 SSL { enum constant in enum:ConscryptSocketTest.UnderlyingSocketType
128 * Various factories for SSL server sockets.
198 // Not supported: {SocketType.FILE_DESCRIPTOR, UnderlyingSocketType.SSL},
201 {SocketType.ENGINE, UnderlyingSocketType.SSL}};
/external/boringssl/include/openssl/
H A Dbase.h330 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/boringssl/src/include/openssl/
H A Dbase.h330 typedef struct ssl_st SSL; typedef in typeref:struct:ssl_st
/external/python/cpython2/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py1181 SSL = ssl_st variable
1191 ('ssl_new', CFUNCTYPE(c_int, POINTER(SSL))),
1192 ('ssl_clear', CFUNCTYPE(None, POINTER(SSL))),
1193 ('ssl_free', CFUNCTYPE(None, POINTER(SSL))),
1194 ('ssl_accept', CFUNCTYPE(c_int, POINTER(SSL))),
1195 ('ssl_connect', CFUNCTYPE(c_int, POINTER(SSL))),
1196 ('ssl_read', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1197 ('ssl_peek', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1198 ('ssl_write', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1199 ('ssl_shutdown', CFUNCTYPE(c_int, POINTER(SSL))),
[all...]
/external/python/cpython3/Lib/lib2to3/tests/data/
H A Dinfinite_recursion.py1181 SSL = ssl_st variable
1191 ('ssl_new', CFUNCTYPE(c_int, POINTER(SSL))),
1192 ('ssl_clear', CFUNCTYPE(None, POINTER(SSL))),
1193 ('ssl_free', CFUNCTYPE(None, POINTER(SSL))),
1194 ('ssl_accept', CFUNCTYPE(c_int, POINTER(SSL))),
1195 ('ssl_connect', CFUNCTYPE(c_int, POINTER(SSL))),
1196 ('ssl_read', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1197 ('ssl_peek', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1198 ('ssl_write', CFUNCTYPE(c_int, POINTER(SSL), c_void_p, c_int)),
1199 ('ssl_shutdown', CFUNCTYPE(c_int, POINTER(SSL))),
[all...]
/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/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 411 milliseconds