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()
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()
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);
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()
87 struct ssh_sandbox { struct93 struct ssh_sandbox * argument96 struct ssh_sandbox *box; in ssh_sandbox_init()108 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()118 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid, in ssh_sandbox_parent()197 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()207 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
211 struct ssh_sandbox { struct215 struct ssh_sandbox * argument218 struct ssh_sandbox *box; in ssh_sandbox_init()269 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()306 ssh_sandbox_parent_finish(struct ssh_sandbox *box) in ssh_sandbox_parent_finish()313 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth()
661 struct ssh_sandbox *box = NULL; in privsep_preauth()