Searched refs:child_state (Results 1 – 1 of 1) sorted by relevance
139 } child_state; variable1747 packet_set_protocol_flags(child_state.ssh1protoflags); in monitor_apply_keystate()1748 packet_set_encryption_key(child_state.ssh1key, in monitor_apply_keystate()1749 child_state.ssh1keylen, child_state.ssh1cipher); in monitor_apply_keystate()1750 xfree(child_state.ssh1key); in monitor_apply_keystate()1754 packet_set_keycontext(MODE_OUT, child_state.keyout); in monitor_apply_keystate()1755 xfree(child_state.keyout); in monitor_apply_keystate()1756 packet_set_keycontext(MODE_IN, child_state.keyin); in monitor_apply_keystate()1757 xfree(child_state.keyin); in monitor_apply_keystate()1760 packet_set_iv(MODE_OUT, child_state.ivout); in monitor_apply_keystate()[all …]