Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Ddispatch.h47 void ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *);
H A Ddispatch.c128 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done) in ssh_dispatch_run_fatal() function
H A Dauth2.c179 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success); in do_authentication2()
H A Dserverloop.c299 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, NULL); in process_buffered_input_packets()
H A Dsshconnect2.c279 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &ssh->kex->done); in ssh_kex2()
463 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */ in ssh_userauth2()
H A Dsshd-session.c1459 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &kex->done); in do_ssh2_kex()
H A Dclientloop.c1394 ssh_dispatch_run_fatal(ssh, DISPATCH_NONBLOCK, &quit_pending); in client_process_buffered_input_packets()