Home
last modified time | relevance | path

Searched refs:ssh_dispatch_run_fatal (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Ddispatch.h47 void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *);
H A Ddispatch.c129 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run_fatal() function
H A Dauth2.c178 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success); in do_authentication2()
H A Dserverloop.c353 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, NULL); in process_buffered_input_packets()
H A Dsshconnect2.c222 ssh_dispatch_run_fatal(active_state, DISPATCH_BLOCK, &kex->done); in ssh_kex2()
407 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */ in ssh_userauth2()
H A Dssh_namespace.h504 #define ssh_dispatch_run_fatal Fssh_ssh_dispatch_run_fatal macro
H A Dsshd.c2394 ssh_dispatch_run_fatal(active_state, DISPATCH_BLOCK, &kex->done);
H A Dclientloop.c1174 ssh_dispatch_run_fatal(active_state, DISPATCH_NONBLOCK, &quit_pending); in client_process_buffered_input_packets()
H A DChangeLog5883 use the ssh_dispatch_run_fatal variant