Searched refs:input_userauth_error (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dsshconnect2.c296 int input_userauth_error(int, u_int32_t, void *);
399 ssh_dispatch_init(ssh, &input_userauth_error);
435 ssh_dispatch_set(ssh, SSH2_MSG_EXT_INFO, &input_userauth_error);
488 input_userauth_error(int type, u_int32_t seq, void *ctxt) function
490 fatal("input_userauth_error: bad message during authentication: "

Completed in 203 milliseconds