Searched defs:sslSession (Results 1 - 5 of 5) sorted by relevance

/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngineImpl.java111 private OpenSSLSessionImpl sslSession; field in class:OpenSSLEngineImpl
156 sslSession = sslParameters.getSessionToReuse(
288 if (sslSession == null) {
291 return sslSession;
430 if (sslSession != null && engineState == EngineState.HANDSHAKE_STARTED) {
433 sslSession = sslParameters.setupSession(sslSessionCtx, sslNativePointer, sslSession,
444 if (sslSession == null && sslSessionCtx != 0) {
555 if (sslSession != null && engineState == EngineState.HANDSHAKE_STARTED) {
558 sslSession
[all...]
H A DOpenSSLSocketImpl.java160 private OpenSSLSessionImpl sslSession; field in class:OpenSSLSocketImpl
360 sslSession = sslParameters.setupSession(sslSessionNativePointer, sslNativePointer,
467 // If sslSession is null, the handshake was completed during
477 // We've returned from startHandshake, which means we've set a sslSession etc.
487 sslSession.resetId();
492 sessionContext.putSession(sslSession);
510 new HandshakeCompletedEvent(this, sslSession);
785 if (sslSession == null) {
794 return sslSession;
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java2259 public abstract void run(long sslSession) throws Exception; argument
2278 public void run(long sslSession) throws Exception {
2280 NativeCrypto.SSL_shutdown(sslSession, null, DUMMY_CB);
2290 public void run(long sslSession) throws Exception {
2292 NativeCrypto.SSL_shutdown(sslSession, INVALID_FD, null);
2305 public void run(long sslSession) throws Exception {
2307 NativeCrypto.SSL_shutdown(sslSession, INVALID_FD, DUMMY_CB);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 462 milliseconds