Home
last modified time | relevance | path

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

/external/rust/crates/quiche/src/
Dlib.rs899 handshake_confirmed: bool, field
1216 handshake_confirmed: false, in with_tls()
3575 self.handshake_confirmed = true; in process_frame()
3588 if self.handshake_confirmed { in process_frame()
3891 self.handshake_confirmed = true; in process_frame()
4950 assert!(!pipe.client.handshake_confirmed); in handshake_confirmation()
4953 assert!(!pipe.server.handshake_confirmed); in handshake_confirmation()
4959 assert!(!pipe.client.handshake_confirmed); in handshake_confirmation()
4962 assert!(!pipe.server.handshake_confirmed); in handshake_confirmation()
4968 assert!(!pipe.client.handshake_confirmed); in handshake_confirmation()
[all …]