Searched refs:ssh_dispatch_run_fatal (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/crypto/openssh/ |
| H A D | dispatch.h | 47 void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *);
|
| H A D | dispatch.c | 129 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run_fatal() function
|
| H A D | auth2.c | 178 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success); in do_authentication2()
|
| H A D | serverloop.c | 314 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, NULL); in process_buffered_input_packets()
|
| H A D | sshconnect2.c | 290 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &ssh->kex->done); in ssh_kex2() 482 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */ in ssh_userauth2()
|
| H A D | ssh_namespace.h | 556 #define ssh_dispatch_run_fatal Fssh_ssh_dispatch_run_fatal macro
|
| H A D | sshd.c | 2493 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &kex->done);
|
| H A D | clientloop.c | 1160 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, &quit_pending); in client_process_buffered_input_packets()
|