Searched refs:raw_handshake (Results 1 – 3 of 3) sorted by relevance
137 let raw_handshake = Handshake::unmarshal(&mut reader)?; in full_pull_map() localVariable138 if seq as u16 != raw_handshake.handshake_header.message_sequence { in full_pull_map()145 out.insert(t, raw_handshake.handshake_message); in full_pull_map()
274 let raw_handshake = match Handshake::unmarshal(&mut reader) { in generate() localVariable287 match raw_handshake.handshake_message { in generate()
991 let raw_handshake = match Handshake::unmarshal(&mut reader) { in handle_incoming_packet() localVariable1016 raw_handshake.handshake_header.message_sequence, in handle_incoming_packet()1017 raw_handshake.handshake_header.handshake_type, in handle_incoming_packet()