Home
last modified time | relevance | path

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

/NextBSD/crypto/openssh/
HDmonitor.c139 } child_state; variable
1767 packet_set_protocol_flags(child_state.ssh1protoflags); in monitor_apply_keystate()
1768 packet_set_encryption_key(child_state.ssh1key, in monitor_apply_keystate()
1769 child_state.ssh1keylen, child_state.ssh1cipher); in monitor_apply_keystate()
1770 free(child_state.ssh1key); in monitor_apply_keystate()
1774 packet_set_keycontext(MODE_OUT, child_state.keyout); in monitor_apply_keystate()
1775 free(child_state.keyout); in monitor_apply_keystate()
1776 packet_set_keycontext(MODE_IN, child_state.keyin); in monitor_apply_keystate()
1777 free(child_state.keyin); in monitor_apply_keystate()
1780 packet_set_iv(MODE_OUT, child_state.ivout); in monitor_apply_keystate()
[all …]