Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ddispatch.h43 void ssh_dispatch_init(struct ssh *, dispatch_fn *);
H A Ddispatch.c61 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt) in ssh_dispatch_init() function
H A Dauth2.c176 ssh_dispatch_init(ssh, &dispatch_protocol_error); in do_authentication2()
H A Dserverloop.c914 ssh_dispatch_init(ssh, &dispatch_protocol_error); in server_init_dispatch()
H A Dssh_namespace.h568 #define ssh_dispatch_init Fssh_ssh_dispatch_init macro
H A Dsshconnect2.c462 ssh_dispatch_init(ssh, &input_userauth_error); in ssh_userauth2()
H A Dclientloop.c2831 ssh_dispatch_init(ssh, &dispatch_protocol_error); in client_init_dispatch()