HomeSort by relevance Sort by last modified time
    Searched defs:ssh_sandbox (Results 1 - 4 of 4) sorted by null

  /external/openssh/
sandbox-null.c 37 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)
sandbox-darwin.c 38 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)
sandbox-rlimit.c 40 struct ssh_sandbox { struct
44 struct ssh_sandbox *
47 struct ssh_sandbox *box;
61 ssh_sandbox_child(struct ssh_sandbox *box)
81 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
88 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)
sandbox-systrace.c 70 struct ssh_sandbox { struct
77 struct ssh_sandbox *
80 struct ssh_sandbox *box;
96 ssh_sandbox_child(struct ssh_sandbox *box)
113 ssh_sandbox_parent(struct ssh_sandbox *box, pid_t child_pid,
183 ssh_sandbox_parent_finish(struct ssh_sandbox *box)
193 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid)

Completed in 126 milliseconds