Searched refs:sslSession (Results 1 - 19 of 19) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DConscryptFileDescriptorSocket.java105 private final ActiveSession sslSession; field in class:ConscryptFileDescriptorSocket
113 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
121 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
129 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
137 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
145 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
153 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
329 sslSession.onSessionEstablished(getHostnameOrIP(), getPort());
364 SslSessionWrapper sessionWrapper = SslSessionWrapper.newInstance(ref, sslSession);
396 sslSession
[all...]
H A DConscryptEngine.java152 private final ActiveSession sslSession; field in class:ConscryptEngine
175 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
183 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
191 sslSession = new ActiveSession(ssl, sslParameters.getSessionContext());
548 return state == STATE_HANDSHAKE_STARTED ? sslSession : null;
559 return Platform.wrapSSLSession(sslSession);
950 sslSession.onSessionEstablished(getPeerHost(), getPeerPort());
1544 SslSessionWrapper sessionWrapper = SslSessionWrapper.newInstance(ref, sslSession);
1575 sslSession.onPeerCertificatesReceived(getPeerHost(), getPeerPort(), peerCertChain);
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
H A DPlatform.java365 static SSLSession wrapSSLSession(ActiveSession sslSession) { argument
366 return new DelegatingExtendedSSLSession(sslSession);
370 static SSLSession unwrapSSLSession(SSLSession sslSession) { argument
371 if (sslSession instanceof DelegatingExtendedSSLSession) {
372 return ((DelegatingExtendedSSLSession) sslSession).getDelegate();
375 return sslSession;
/external/conscrypt/platform/src/main/java/org/conscrypt/
H A DPlatform.java337 static SSLSession wrapSSLSession(ActiveSession sslSession) { argument
338 return new DelegatingExtendedSSLSession(sslSession);
341 static SSLSession unwrapSSLSession(SSLSession sslSession) { argument
342 if (sslSession instanceof DelegatingExtendedSSLSession) {
343 return ((DelegatingExtendedSSLSession) sslSession).getDelegate();
346 return sslSession;
/external/conscrypt/android/src/main/java/org/conscrypt/
H A DPlatform.java699 public static SSLSession wrapSSLSession(ActiveSession sslSession) { argument
701 return sslSession;
704 return new DelegatingExtendedSSLSession(sslSession);
707 public static SSLSession unwrapSSLSession(SSLSession sslSession) { argument
709 return sslSession;
712 if (sslSession instanceof DelegatingExtendedSSLSession) {
713 return ((DelegatingExtendedSSLSession) sslSession).getDelegate();
716 return sslSession;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DExternalHttp2Example.java42 @Override public boolean verify(String s, SSLSession sslSession) {
H A DExternalSpdyExample.java42 @Override public boolean verify(String s, SSLSession sslSession) {
/external/apache-http/android/src/android/net/http/
H A DCertificateChainValidator.java113 SSLSession sslSession = sslSocket.getSession();
114 if (!sslSession.isValid()) {
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/
H A DMain.java270 @Override public boolean verify(String s, SSLSession sslSession) {
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java2351 public abstract void run(long sslSession) throws Exception; argument
2370 public void run(long sslSession) throws Exception {
2371 NativeCrypto.SSL_shutdown(sslSession, null, DUMMY_CB);
2380 public void run(long sslSession) throws Exception {
2381 NativeCrypto.SSL_shutdown(sslSession, INVALID_FD, null);
2397 public void run(long sslSession) throws Exception {
2398 NativeCrypto.SSL_shutdown(sslSession, INVALID_FD, DUMMY_CB);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DCacheTest.java71 @Override public boolean verify(String s, SSLSession sslSession) {
/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java76 @Override public boolean verify(String s, SSLSession sslSession) {
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/robolectric/v3/runtime/
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/ ...
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/ ...

Completed in 3483 milliseconds