Home
last modified time | relevance | path

Searched refs:pendingCleartextBytes (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptEngine.java860 int pendingCleartextBytes = handshakeFinished ? pendingInboundCleartextBytes() : 0; in unwrap() local
861 if (pendingCleartextBytes > 0) { in unwrap()