Home
last modified time | relevance | path

Searched refs:ssh_sandbox (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dsandbox-null.c37 struct ssh_sandbox { struct
41 struct ssh_sandbox * argument
44 struct ssh_sandbox *box; in ssh_sandbox_init()
55 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
H A Dsandbox-rlimit.c39 struct ssh_sandbox { struct
43 struct ssh_sandbox * argument
46 struct ssh_sandbox *box; in ssh_sandbox_init()
58 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
H A Dsandbox-darwin.c39 struct ssh_sandbox { struct
43 struct ssh_sandbox * argument
46 struct ssh_sandbox *box; in ssh_sandbox_init()
58 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
H A Dsandbox-solaris.c41 struct ssh_sandbox { struct
45 struct ssh_sandbox * argument
48 struct ssh_sandbox *box = NULL; in ssh_sandbox_init()
92 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
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 *);
H A Dsandbox-capsicum.c47 struct ssh_sandbox { struct
52 struct ssh_sandbox * argument
55 struct ssh_sandbox *box; in ssh_sandbox_init()
65 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
H A Dsandbox-seccomp-filter.c432 struct ssh_sandbox { struct
436 struct ssh_sandbox * argument
439 struct ssh_sandbox *box; in ssh_sandbox_init()
488 ssh_sandbox_child(struct ssh_sandbox *box) in ssh_sandbox_child()
H A Dsshd-auth.c171 static struct ssh_sandbox *box;