Home
last modified time | relevance | path

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

/external/openssh/
Dssh-sandbox.h24 void ssh_sandbox_parent_preauth(struct ssh_sandbox *, pid_t);
Dsandbox-null.c67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-rlimit.c92 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-darwin.c93 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-capsicum.c117 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-systrace.c207 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-seccomp-filter.c313 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsshd.c686 ssh_sandbox_parent_preauth(box, pid); in privsep_preauth()