Home
last modified time | relevance | path

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

/external/openssh/
Ddispatch.h33 DISPATCH_BLOCK, enumerator
Ddispatch.c100 if (mode == DISPATCH_BLOCK) { in ssh_dispatch_run()
Dauth2.c173 dispatch_run(DISPATCH_BLOCK, &authctxt->success, authctxt); in do_authentication2()
Dssh-keyscan.c320 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done, c->c_ssh); in keygrab_ssh2()
Dsshconnect2.c220 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()
Dsshd.c2261 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
DChangeLog2220 will cause ssh_dispatch_run(DISPATCH_BLOCK, ...) to return without the