Home
last modified time | relevance | path

Searched defs:getCachedSession (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DClientSessionContextTest.java34 SslSessionWrapper getCachedSession(ClientSessionContext context, SslSessionWrapper s) { in getCachedSession() method in ClientSessionContextTest
DServerSessionContextTest.java32 SslSessionWrapper getCachedSession(ServerSessionContext context, SslSessionWrapper s) { in getCachedSession() method in ServerSessionContextTest
DAbstractSessionContextTest.java43 abstract SslSessionWrapper getCachedSession(T context, SslSessionWrapper s); in getCachedSession() method in AbstractSessionContextTest
/external/conscrypt/common/src/main/java/org/conscrypt/
DClientSessionContext.java55 SslSessionWrapper getCachedSession(String hostName, int port, SSLParametersImpl sslParameters) { in getCachedSession() method in ClientSessionContext