Searched refs:ssh_sandbox (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dssh-sandbox.h19 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);
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-pledge.c40 struct ssh_sandbox { struct
44 struct ssh_sandbox *
47 struct ssh_sandbox *box;
57 ssh_sandbox_child(struct ssh_sandbox *box)
64 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
71 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-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-solaris.c41 struct ssh_sandbox { struct
45 struct ssh_sandbox *
48 struct ssh_sandbox *box = NULL;
86 ssh_sandbox_child(struct ssh_sandbox *box)
95 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
103 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-capsicum.c46 struct ssh_sandbox { struct
51 struct ssh_sandbox *
54 struct ssh_sandbox *box;
69 ssh_sandbox_child(struct ssh_sandbox *box)
111 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
118 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-systrace.c93 struct ssh_sandbox { struct
99 struct ssh_sandbox *
102 struct ssh_sandbox *box;
114 ssh_sandbox_child(struct ssh_sandbox *box)
124 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid,
203 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
213 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsandbox-seccomp-filter.c220 struct ssh_sandbox { struct
224 struct ssh_sandbox *
227 struct ssh_sandbox *box;
278 ssh_sandbox_child(struct ssh_sandbox *box)
315 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
322 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
H A Dsshd.c682 struct ssh_sandbox *box = NULL;

Completed in 202 milliseconds