Home
last modified time | relevance | path

Searched refs:getSessionFromPersistentCache (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractSessionContext.java229 return getSessionFromPersistentCache(sessionId); in getSessionFromCache()
253 abstract SslSessionWrapper getSessionFromPersistentCache(byte[] sessionId); in getSessionFromPersistentCache() method
DServerSessionContext.java59 SslSessionWrapper getSessionFromPersistentCache(byte[] sessionId) { in getSessionFromPersistentCache() method in ServerSessionContext
DClientSessionContext.java170 SslSessionWrapper getSessionFromPersistentCache(byte[] sessionId) { in getSessionFromPersistentCache() method in ClientSessionContext