Searched refs:KeyUpdate (Results 1 – 3 of 3) sorted by relevance
864 pub struct KeyUpdate { struct895 pub key_update: Option<KeyUpdate>, argument
565 KeyUpdate, enumerator578 Error::KeyUpdate => 0xe, in to_wire()604 Error::KeyUpdate => -19, in to_c()2592 return Err(Error::KeyUpdate); in recv_single()2606 self.pkt_num_spaces[epoch].key_update = Some(packet::KeyUpdate { in recv_single()8214 space.key_update = Some(packet::KeyUpdate { in client_update_key()9282 assert_eq!(pipe.server_recv(&mut buf[..written]), Err(Error::KeyUpdate)); in update_key_request_twice_error()
15787 TEST_P(QuicFramerTest, KeyUpdate) { in TEST_P() argument