Home
last modified time | relevance | path

Searched refs:SSH2_MSG_USERAUTH_FAILURE (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/openssh/
HDssh2.h119 #define SSH2_MSG_USERAUTH_FAILURE 51 macro
HDauth2.c456 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_FAILURE)) != 0 || in userauth_finish()
HDsshconnect2.c515 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_FAILURE, &input_userauth_failure); in input_userauth_service_accept()