Searched refs:ssh_sandbox (Results 1 – 3 of 3) sorted by relevance
40 struct ssh_sandbox { struct44 struct ssh_sandbox * argument47 struct ssh_sandbox *box; in ssh_sandbox_init()57 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()64 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
37 struct ssh_sandbox { struct41 struct ssh_sandbox * argument44 struct ssh_sandbox *box; in ssh_sandbox_init()58 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()76 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()83 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
19 struct ssh_sandbox;21 struct ssh_sandbox *ssh_sandbox_init(void);22 void ssh_sandbox_child(struct ssh_sandbox *);23 void ssh_sandbox_parent_finish(struct ssh_sandbox *);24 void ssh_sandbox_parent_preauth(struct ssh_sandbox *, pid_t);