Home
last modified time | relevance | path

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

/external/openssh/
Ddispatch.h33 DISPATCH_BLOCK, enumerator
Ddispatch.c95 if (mode == DISPATCH_BLOCK) { in ssh_dispatch_run()
Dauth2.c178 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt->success); in do_authentication2()
Dssh-keyscan.c302 ssh_dispatch_run(c->c_ssh, DISPATCH_BLOCK, &c->c_done); in keygrab_ssh2()
Dsshconnect2.c232 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &ssh->kex->done); in ssh_kex2()
430 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &authctxt.success); /* loop until success */ in ssh_userauth2()
Dsshd.c2370 ssh_dispatch_run_fatal(ssh, DISPATCH_BLOCK, &kex->done);