Home
last modified time | relevance | path

Searched refs:putSessionData (Results 1 – 14 of 14) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DSSLServerSessionCache.java50 void putSessionData(SSLSession session, byte[] sessionData); in putSessionData() method
DSSLClientSessionCache.java52 void putSessionData(SSLSession session, byte[] sessionData); in putSessionData() method
DServerSessionContext.java78 persistentCache.putSessionData(session.toSSLSession(), data); in onBeforeAddSession()
DClientSessionContext.java200 persistentCache.putSessionData(session.toSSLSession(), data); in onBeforeAddSession()
DFileClientSessionCache.java192 public synchronized void putSessionData(SSLSession session, byte[] sessionData) { in putSessionData() method in FileClientSessionCache.Impl
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DSSLServerSessionCache.java51 void putSessionData(SSLSession session, byte[] sessionData); in putSessionData() method
DSSLClientSessionCache.java55 void putSessionData(SSLSession session, byte[] sessionData); in putSessionData() method
DServerSessionContext.java80 persistentCache.putSessionData(session.toSSLSession(), data); in onBeforeAddSession()
DClientSessionContext.java206 persistentCache.putSessionData(session.toSSLSession(), data); in onBeforeAddSession()
DFileClientSessionCache.java196 public synchronized void putSessionData(SSLSession session, byte[] sessionData) { in putSessionData() method in FileClientSessionCache.Impl
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DFileClientSessionCacheTest.java43 cache.putSessionData(new FakeSSLSession(id + "" + i), new byte[10]); in testMaxSize()
DAbstractSessionContextTest.java138 verify(mockCache).putSessionData(any(SSLSession.class), same(encodedBytes)); in testSerializeSession()
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DFileClientSessionCacheTest.java47 cache.putSessionData(new FakeSSLSession(id + "" + i), new byte[10]); in testMaxSize()
DAbstractSessionContextTest.java142 verify(mockCache).putSessionData(any(SSLSession.class), same(encodedBytes)); in testSerializeSession()