Searched refs:is_resumed (Results 1 – 2 of 2) sorted by relevance
787 pub fn is_resumed(&self) -> bool { in is_resumed() method
6103 pub fn is_resumed(&self) -> bool { in is_resumed() method6104 self.handshake.is_resumed() in is_resumed()6449 self.handshake.is_resumed(), in do_handshake()8753 assert_eq!(pipe.client.is_resumed(), false); in handshake_resumption()8754 assert_eq!(pipe.server.is_resumed(), false); in handshake_resumption()8784 assert_eq!(pipe.client.is_resumed(), true); in handshake_resumption()8785 assert_eq!(pipe.server.is_resumed(), true); in handshake_resumption()