Searched refs:ssh_dispatch_run_fatal (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | dispatch.h | 48 void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *);
|
| D | dispatch.c | 129 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run_fatal() function
|
| D | sshd-auth.c | 838 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &kex->done); in do_ssh2_kex()
|
| D | auth2.c | 193 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success); in do_authentication2()
|
| D | serverloop.c | 315 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, NULL); in process_buffered_input_packets()
|
| D | sshconnect2.c | 292 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &ssh->kex->done); in ssh_kex2() 483 … ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */ in ssh_userauth2()
|
| D | clientloop.c | 1396 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, &quit_pending); in client_process_buffered_input_packets()
|
| /netbsd/src/crypto/external/bsd/openssh/lib/ |
| D | ssh.expsym | 379 ssh_dispatch_run_fatal
|