Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Ddispatch.h33 DISPATCH_BLOCK, enumerator
H A Ddispatch.c95 if (mode == DISPATCH_BLOCK) { in ssh_dispatch_run()
H A Dauth2.c178 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success); in do_authentication2()
H A Dssh-keyscan.c282 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done); in keygrab_ssh2()
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 Dsshd.c2394 ssh_dispatch_run_fatal(active_state, DISPATCH_BLOCK, &kex->done);
H A DChangeLog9280 will cause ssh_dispatch_run(DISPATCH_BLOCK, ...) to return without the