Searched refs:handshakeFinished (Results 1 – 1 of 1) sorted by relevance
134 private boolean handshakeFinished; field in ConscryptEngine497 if (handshakeFinished) { in getHandshakeStatusInternal()714 if (!handshakeFinished) { in unwrap()836 if (!handshakeFinished && handshakeException == null) { in unwrap()860 int pendingCleartextBytes = handshakeFinished ? pendingInboundCleartextBytes() : 0; in unwrap()960 handshakeFinished = true; in finishHandshake()1090 if (e instanceof SSLHandshakeException || !handshakeFinished) { in convertException()1278 if (!handshakeFinished && status == NOT_HANDSHAKING) { in mayFinishHandshake()1288 return !handshakeFinished ? pendingStatus(pending) : NOT_HANDSHAKING; in getHandshakeStatus()1310 if (!handshakeFinished) { in shutdownWithError()[all …]