Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dpacket.rs714 pub crypto_stream: stream::Stream, field
738 crypto_stream: stream::Stream::new( in new()
748 self.crypto_stream = in clear()
759 self.crypto_stream.is_flushable() || self.ack_elicited in ready()
Dlib.rs1823 .crypto_stream in recv_single()
1969 self.pkt_num_spaces[epoch].crypto_stream.send.push(data)?; in send()
2300 if self.pkt_num_spaces[epoch].crypto_stream.is_flushable() && in send()
2306 .crypto_stream in send()
3641 self.pkt_num_spaces[epoch].crypto_stream.recv.push(data)?; in process_frame()
3649 let stream = &mut self.pkt_num_spaces[epoch].crypto_stream; in process_frame()
Dtls.rs679 if space.crypto_stream.send.push_slice(buf, false).is_err() { in add_handshake_data()