Searched refs:child_state (Results 1 – 1 of 1) sorted by relevance
121 static struct sshbuf *child_state; variable1594 if ((r = ssh_packet_set_state(ssh, child_state)) != 0) in monitor_apply_keystate()1596 sshbuf_free(child_state); in monitor_apply_keystate()1597 child_state = NULL; in monitor_apply_keystate()1628 if ((child_state = sshbuf_new()) == NULL) in mm_get_keystate()1631 child_state); in mm_get_keystate()