Symbol: ssh_sandbox
crypto/openssh/sandbox-capsicum.c
116
ssh_sandbox_parent_finish(struct ssh_sandbox *box)
crypto/openssh/sandbox-capsicum.c
123
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
crypto/openssh/sandbox-capsicum.c
52
struct ssh_sandbox *
crypto/openssh/sandbox-capsicum.c
55
struct ssh_sandbox *box;
crypto/openssh/sandbox-capsicum.c
70
ssh_sandbox_child(struct ssh_sandbox *box)
crypto/openssh/sandbox-darwin.c
43
struct ssh_sandbox *
crypto/openssh/sandbox-darwin.c
46
struct ssh_sandbox *box;
crypto/openssh/sandbox-darwin.c
60
ssh_sandbox_child(struct ssh_sandbox *box)
crypto/openssh/sandbox-darwin.c
87
ssh_sandbox_parent_finish(struct ssh_sandbox *box)
crypto/openssh/sandbox-darwin.c
94
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
crypto/openssh/sandbox-null.c
41
struct ssh_sandbox *
crypto/openssh/sandbox-null.c
44
struct ssh_sandbox *box;
crypto/openssh/sandbox-null.c
55
ssh_sandbox_child(struct ssh_sandbox *box)
crypto/openssh/sandbox-null.c
61
ssh_sandbox_parent_finish(struct ssh_sandbox *box)
crypto/openssh/sandbox-null.c
67
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
crypto/openssh/sandbox-pledge.c
44
struct ssh_sandbox *
crypto/openssh/sandbox-pledge.c
47
struct ssh_sandbox *box;
crypto/openssh/sandbox-pledge.c
57
ssh_sandbox_child(struct ssh_sandbox *box)
crypto/openssh/sandbox-pledge.c
64
ssh_sandbox_parent_finish(struct ssh_sandbox *box)
crypto/openssh/sandbox-pledge.c
71
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
crypto/openssh/sandbox-rlimit.c
43
struct ssh_sandbox *
crypto/openssh/sandbox-rlimit.c
46
struct ssh_sandbox *box;
crypto/openssh/sandbox-rlimit.c
60
ssh_sandbox_child(struct ssh_sandbox *box)
crypto/openssh/sandbox-rlimit.c
84
ssh_sandbox_parent_finish(struct ssh_sandbox *box)
crypto/openssh/sandbox-rlimit.c
91
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
crypto/openssh/sandbox-seccomp-filter.c
436
struct ssh_sandbox *
crypto/openssh/sandbox-seccomp-filter.c
439
struct ssh_sandbox *box;
crypto/openssh/sandbox-seccomp-filter.c
490
ssh_sandbox_child(struct ssh_sandbox *box)
crypto/openssh/sandbox-seccomp-filter.c
531
ssh_sandbox_parent_finish(struct ssh_sandbox *box)
crypto/openssh/sandbox-seccomp-filter.c
538
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
crypto/openssh/sandbox-solaris.c
101
ssh_sandbox_parent_finish(struct ssh_sandbox *box)
crypto/openssh/sandbox-solaris.c
109
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
crypto/openssh/sandbox-solaris.c
45
struct ssh_sandbox *
crypto/openssh/sandbox-solaris.c
48
struct ssh_sandbox *box = NULL;
crypto/openssh/sandbox-solaris.c
92
ssh_sandbox_child(struct ssh_sandbox *box)
crypto/openssh/sandbox-systrace.c
102
struct ssh_sandbox *box;
crypto/openssh/sandbox-systrace.c
114
ssh_sandbox_child(struct ssh_sandbox *box)
crypto/openssh/sandbox-systrace.c
124
ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid,
crypto/openssh/sandbox-systrace.c
203
ssh_sandbox_parent_finish(struct ssh_sandbox *box)
crypto/openssh/sandbox-systrace.c
213
ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
crypto/openssh/sandbox-systrace.c
99
struct ssh_sandbox *
crypto/openssh/ssh-sandbox.h
19
struct ssh_sandbox;
crypto/openssh/ssh-sandbox.h
21
struct ssh_sandbox *ssh_sandbox_init(struct monitor *);
crypto/openssh/ssh-sandbox.h
22
void ssh_sandbox_child(struct ssh_sandbox *);
crypto/openssh/ssh-sandbox.h
23
void ssh_sandbox_parent_finish(struct ssh_sandbox *);
crypto/openssh/ssh-sandbox.h
24
void ssh_sandbox_parent_preauth(struct ssh_sandbox *, pid_t);
crypto/openssh/sshd-session.c
326
struct ssh_sandbox *box = NULL;