Lines Matching refs:FromBIO
162 crypto::NodeBIO::FromBIO(enc_in_)->set_initial(kInitialClientBufferLength); in InitSSL()
344 write_size_ = crypto::NodeBIO::FromBIO(enc_out_)->PeekMultiple(data, in EncOut()
404 crypto::NodeBIO::FromBIO(enc_out_)->Read(nullptr, write_size_); in OnStreamAfterWrite()
601 crypto::NodeBIO::FromBIO(enc_out_)->set_allocate_tls_hint(data.size()); in ClearIn()
786 crypto::NodeBIO::FromBIO(enc_out_)->set_allocate_tls_hint(length); in DoWrite()
791 crypto::NodeBIO::FromBIO(enc_out_)->set_allocate_tls_hint(buf->len); in DoWrite()
834 char* base = crypto::NodeBIO::FromBIO(enc_in_)->PeekWritable(&size); in OnStreamAlloc()
863 crypto::NodeBIO* enc_in = crypto::NodeBIO::FromBIO(enc_in_); in OnStreamRead()
945 crypto::NodeBIO::FromBIO(wrap->enc_in_)->set_initial(kMaxHelloLength); in EnableSessionCallbacks()
1263 tracker->TrackField("enc_in", crypto::NodeBIO::FromBIO(enc_in_)); in MemoryInfo()
1265 tracker->TrackField("enc_out", crypto::NodeBIO::FromBIO(enc_out_)); in MemoryInfo()