Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_crypto_bio.cc37 NodeBIO::FromBIO(bio.get())->env_ = env; in New()
70 delete FromBIO(bio); in Free()
82 NodeBIO* nbio = FromBIO(bio); in Read()
132 FromBIO(bio)->Write(data, len); in Write()
144 NodeBIO* nbio = FromBIO(bio); in Gets()
173 nbio = FromBIO(bio); in Ctrl()
497 NodeBIO* NodeBIO::FromBIO(BIO* bio) { in FromBIO() function in node::crypto::NodeBIO
Dtls_wrap.cc162 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()
[all …]
Dnode_crypto_bio.h126 static NodeBIO* FromBIO(BIO* bio);