Searched refs:getHandshakeSessionOrThrow (Results 1 – 3 of 3) sorted by relevance
280 private static SSLSession getHandshakeSessionOrThrow(SSLSocket sslSocket) in getHandshakeSessionOrThrow() method in TrustManagerImpl296 session = getHandshakeSessionOrThrow(sslSocket); in checkClientTrusted()338 session = getHandshakeSessionOrThrow(sslSocket); in getTrustedChainForServer()
286 private static SSLSession getHandshakeSessionOrThrow(SSLSocket sslSocket) in getHandshakeSessionOrThrow() method in TrustManagerImpl303 session = getHandshakeSessionOrThrow(sslSocket); in checkClientTrusted()350 session = getHandshakeSessionOrThrow(sslSocket); in getTrustedChainForServer()
257 Lcom/android/org/conscrypt/TrustManagerImpl;->getHandshakeSessionOrThrow(Ljavax/net/ssl/SSLSocket;)…