Home
last modified time | relevance | path

Searched refs:ssh_sandbox_parent_preauth (Results 1 – 10 of 10) 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-pledge.c71 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-rlimit.c91 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-darwin.c94 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-solaris.c103 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.c213 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsandbox-seccomp-filter.c352 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) in ssh_sandbox_parent_preauth() function
Dsshd.c592 ssh_sandbox_parent_preauth(box, pid); in privsep_preauth()