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

/freebsd-10.0-release/crypto/openssh/
H A Dmonitor.c140 } child_state; variable in typeref:struct:__anon4946
1789 packet_set_protocol_flags(child_state.ssh1protoflags);
1790 packet_set_encryption_key(child_state.ssh1key,
1791 child_state.ssh1keylen, child_state.ssh1cipher);
1792 free(child_state.ssh1key);
1796 packet_set_keycontext(MODE_OUT, child_state.keyout);
1797 free(child_state.keyout);
1798 packet_set_keycontext(MODE_IN, child_state.keyin);
1799 free(child_state
[all...]

Completed in 70 milliseconds