Searched defs:ssh_sandbox (Results 1 - 6 of 6) sorted by relevance

/external/openssh/
H A Dsandbox-capsicum.c45 struct ssh_sandbox { struct
50 struct ssh_sandbox *
53 struct ssh_sandbox *box;
68 ssh_sandbox_child(struct ssh_sandbox *box)
110 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
117 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-darwin.c38 struct ssh_sandbox { struct
42 struct ssh_sandbox *
45 struct ssh_sandbox *box;
59 ssh_sandbox_child(struct ssh_sandbox *box)
86 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
93 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-null.c37 struct ssh_sandbox { struct
41 struct ssh_sandbox *
44 struct ssh_sandbox *box;
55 ssh_sandbox_child(struct ssh_sandbox *box)
61 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-rlimit.c40 struct ssh_sandbox { struct
44 struct ssh_sandbox *
47 struct ssh_sandbox *box;
61 ssh_sandbox_child(struct ssh_sandbox *box)
85 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
92 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-seccomp-filter.c211 struct ssh_sandbox { struct
215 struct ssh_sandbox *
218 struct ssh_sandbox *box;
269 ssh_sandbox_child(struct ssh_sandbox *box)
306 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
313 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-systrace.c87 struct ssh_sandbox { struct
93 struct ssh_sandbox *
96 struct ssh_sandbox *box;
108 ssh_sandbox_child(struct ssh_sandbox *box)
118 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid,
197 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
207 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)

Completed in 139 milliseconds