Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptEngine.java502 return pendingStatus(pendingOutboundEncryptedBytes()); in getHandshakeStatusInternal()
519 private int pendingOutboundEncryptedBytes() { in pendingOutboundEncryptedBytes() method in ConscryptEngine
833 if (pendingOutboundEncryptedBytes() > 0) { in unwrap()
909 if (pendingOutboundEncryptedBytes() > 0) { in handshake()
923 return pendingStatus(pendingOutboundEncryptedBytes()); in handshake()
932 if (pendingOutboundEncryptedBytes() > 0) { in handshake()
1178 int pendingNet = pendingOutboundEncryptedBytes(); in readPendingBytesFromBIO()