Searched refs:cachedSession (Results 1 – 4 of 4) sorted by relevance
204 NativeSslSession cachedSession = clientSessionContext().getCachedSession( in startHandshake() local206 if (cachedSession != null) { in startHandshake()207 cachedSession.offerToResume(ssl); in startHandshake()
432 NativeSslSession cachedSession = clientSessionContext().getCachedSession( in beginHandshakeInternal() local434 if (cachedSession != null) { in beginHandshakeInternal()435 cachedSession.offerToResume(ssl); in beginHandshakeInternal()
433 NativeSslSession cachedSession = clientSessionContext().getCachedSession( in beginHandshakeInternal() local435 if (cachedSession != null) { in beginHandshakeInternal()436 cachedSession.offerToResume(ssl); in beginHandshakeInternal()