Searched refs:FromBIO (Results 1 – 8 of 8) sorted by relevance
38 NodeBIO::FromBIO(bio.get())->env_ = env; in New()71 delete FromBIO(bio); in Free()83 NodeBIO* nbio = FromBIO(bio); in Read()133 FromBIO(bio)->Write(data, len); in Write()145 NodeBIO* nbio = FromBIO(bio); in Gets()174 nbio = FromBIO(bio); in Ctrl()493 NodeBIO* NodeBIO::FromBIO(BIO* bio) { in FromBIO() function in node::crypto::NodeBIO
429 NodeBIO::FromBIO(enc_in_)->set_initial(kInitialClientBufferLength); in InitSSL()618 write_size_ = NodeBIO::FromBIO(enc_out_)->PeekMultiple(data, size, &count); in EncOut()684 NodeBIO::FromBIO(enc_out_)->Read(nullptr, write_size_); in OnStreamAfterWrite()836 NodeBIO::FromBIO(enc_out_)->set_allocate_tls_hint(bs->ByteLength()); in ClearIn()1004 NodeBIO::FromBIO(enc_out_)->set_allocate_tls_hint(length); in DoWrite()1009 NodeBIO::FromBIO(enc_out_)->set_allocate_tls_hint(buf->len); in DoWrite()1052 char* base = NodeBIO::FromBIO(enc_in_)->PeekWritable(&size); in OnStreamAlloc()1083 NodeBIO* enc_in = NodeBIO::FromBIO(enc_in_); in OnStreamRead()1160 NodeBIO::FromBIO(wrap->enc_in_)->set_initial(kMaxHelloLength); in EnableSessionCallbacks()1480 tracker->TrackField("enc_in", NodeBIO::FromBIO(enc_in_)); in MemoryInfo()[all …]
125 static NodeBIO* FromBIO(BIO* bio);
72 return ByteSource::FromBIO(bio); in ExportPublicKey()
1429 *out = ByteSource::FromBIO(bio); in PKEY_SPKI_Export()1446 *out = ByteSource::FromBIO(bio); in PKEY_PKCS8_Export()
379 ByteSource ByteSource::FromBIO(const BIOPointer& bio) { in SetFipsCrypto() function in node::crypto::ByteSource
306 static ByteSource FromBIO(const BIOPointer& bio);
747 *out = ByteSource::FromBIO(bio); in DoExport()