Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh2.h127 #define SSH2_MSG_USERAUTH_INFO_REQUEST 60 macro
H A Dauth2-chall.c265 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_INFO_REQUEST)) != 0 || in send_userauth_info_request()
H A Dsshconnect2.c1918 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_INFO_REQUEST, NULL); in userauth_kbdint()
1933 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_INFO_REQUEST, &input_userauth_info_req); in userauth_kbdint()