Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_bio.cc38 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
Dcrypto_tls.cc429 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 …]
Dcrypto_bio.h125 static NodeBIO* FromBIO(BIO* bio);
Dcrypto_spkac.cc72 return ByteSource::FromBIO(bio); in ExportPublicKey()
Dcrypto_keys.cc1429 *out = ByteSource::FromBIO(bio); in PKEY_SPKI_Export()
1446 *out = ByteSource::FromBIO(bio); in PKEY_PKCS8_Export()
Dcrypto_util.cc379 ByteSource ByteSource::FromBIO(const BIOPointer& bio) { in SetFipsCrypto() function in node::crypto::ByteSource
Dcrypto_util.h306 static ByteSource FromBIO(const BIOPointer& bio);
Dcrypto_ec.cc747 *out = ByteSource::FromBIO(bio); in DoExport()