Home
last modified time | relevance | path

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

/external/openssh/
Ddispatch.h43 void ssh_dispatch_init(struct ssh *, dispatch_fn *);
Ddispatch.c62 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt) in ssh_dispatch_init() function
Dauth2.c176 ssh_dispatch_init(ssh, &dispatch_protocol_error); in do_authentication2()
Dserverloop.c964 ssh_dispatch_init(ssh, &dispatch_protocol_error); in server_init_dispatch()
Dclientloop.c2404 ssh_dispatch_init(ssh, &dispatch_protocol_error); in client_init_dispatch()
Dsshconnect2.c427 ssh_dispatch_init(ssh, &input_userauth_error); in ssh_userauth2()