Searched refs:pendingCleartextBytes (Results 1 – 1 of 1) sorted by relevance
860 int pendingCleartextBytes = handshakeFinished ? pendingInboundCleartextBytes() : 0; in unwrap() local861 if (pendingCleartextBytes > 0) { in unwrap()