Home
last modified time | relevance | path

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

/external/openssh/
Dmonitor.c121 static struct sshbuf *child_state; variable
1594 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()