Searched refs:ssh_sandbox (Results 1 – 8 of 8) sorted by relevance
37 struct ssh_sandbox { struct41 struct ssh_sandbox * argument44 struct ssh_sandbox *box; in ssh_sandbox_init()55 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()61 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()67 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(struct monitor *);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);
40 struct ssh_sandbox { struct44 struct ssh_sandbox * argument47 struct ssh_sandbox *box; in ssh_sandbox_init()61 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()85 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()92 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
38 struct ssh_sandbox { struct42 struct ssh_sandbox * argument45 struct ssh_sandbox *box; in ssh_sandbox_init()59 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()86 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()93 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
45 struct ssh_sandbox { struct50 struct ssh_sandbox * argument53 struct ssh_sandbox *box; in ssh_sandbox_init()68 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()110 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()117 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
85 struct ssh_sandbox { struct91 struct ssh_sandbox * argument94 struct ssh_sandbox *box; in ssh_sandbox_init()106 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()116 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent()195 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()205 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
140 struct ssh_sandbox { struct144 struct ssh_sandbox * argument147 struct ssh_sandbox *box; in ssh_sandbox_init()198 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()235 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()242 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
658 struct ssh_sandbox *box = NULL; in privsep_preauth()