Searched refs:DISPATCH_BLOCK (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | dispatch.h | 33 DISPATCH_BLOCK, enumerator
|
D | dispatch.c | 100 if (mode == DISPATCH_BLOCK) { in ssh_dispatch_run()
|
D | auth2.c | 173 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
|
D | ssh-keyscan.c | 320 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done, c->c_ssh); in keygrab_ssh2()
|
D | sshconnect2.c | 220 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state); in ssh_kex2() 403 ssh_dispatch_run(ssh, DISPATCH_BLOCK, &authctxt.success, &authctxt); /* loop until success */ in ssh_userauth2()
|
D | sshd.c | 2261 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
|
D | ChangeLog | 2220 will cause ssh_dispatch_run(DISPATCH_BLOCK, ...) to return without the
|