Searched refs:DISPATCH_BLOCK (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | dispatch.h | 33 DISPATCH_BLOCK, enumerator
|
| H A D | dispatch.c | 95 if (mode == DISPATCH_BLOCK) { in ssh_dispatch_run()
|
| H A D | auth2.c | 178 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success); in do_authentication2()
|
| H A D | ssh-keyscan.c | 282 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done); in keygrab_ssh2()
|
| H A D | sshconnect2.c | 222 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 D | sshd.c | 2394 ssh_dispatch_run_fatal(active_state, DISPATCH_BLOCK, &kex->done);
|
| H A D | ChangeLog | 9280 will cause ssh_dispatch_run(DISPATCH_BLOCK, ...) to return without the
|