Home
last modified time | relevance | path

Searched refs:ClearIn (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_tls.h153 void ClearIn(); // SSL_write() clear data "in" to SSL.
260 // Waiting for ClearIn() to pass to SSL_write().
H A Dcrypto_tls.cc437 // re-call ClearIn() if SSL_read() returns SSL_ERROR_WANT_READ, so data can be in InitSSL()
725 ClearIn(); in OnStreamAfterWrite()
852 void TLSWrap::ClearIn() { in ClearIn() function in node::crypto::TLSWrap
856 Debug(this, "Returning from ClearIn(), hello_parser_ active"); in ClearIn()
861 Debug(this, "Returning from ClearIn(), ssl_ == nullptr"); in ClearIn()
867 Debug(this, "Returning from ClearIn(), no pending data"); in ClearIn()
1071 // Otherwise, save unwritten data so it can be written later by ClearIn(). in DoWrite()
2067 ClearIn(); in Cycle()

Completed in 4 milliseconds