Home
last modified time | relevance | path

Searched refs:SSH2_MSG_USERAUTH_REQUEST (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/crypto/openssh/
HDssh2.h118 #define SSH2_MSG_USERAUTH_REQUEST 50 macro
HDsshconnect2.c788 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in userauth_gssapi()
1025 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in userauth_none()
1051 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in userauth_passwd()
1095 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in input_userauth_passwd_changereq()
1411 if ((r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in sign_and_send_pubkey()
1465 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in sign_and_send_pubkey()
1504 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in send_pubkey_test()
1925 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in userauth_kbdint()
2215 (r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in userauth_hostbased()
2236 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in userauth_hostbased()
HDauth2-hostbased.c131 (r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in userauth_hostbased()
HDssh-keysign.c96 if (type != SSH2_MSG_USERAUTH_REQUEST) in valid_request()
HDauth2.c202 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_REQUEST, in input_service_request()
434 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_REQUEST, in userauth_finish()
HDgss-genr.c266 (r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in ssh_gssapi_buildmic()
HDPROTOCOL182 SSH2_MSG_USERAUTH_REQUEST, regardless of whether it succeed or fails.
434 byte SSH2_MSG_USERAUTH_REQUEST
443 Because the entire SSH2_MSG_USERAUTH_REQUEST message is included in
HDauth2-pubkey.c207 if ((r = sshbuf_put_u8(b, SSH2_MSG_USERAUTH_REQUEST)) != 0 || in userauth_pubkey()
HDmonitor.c1301 if (type != SSH2_MSG_USERAUTH_REQUEST) in monitor_valid_userblob()
1372 if (type != SSH2_MSG_USERAUTH_REQUEST) in monitor_valid_hostbasedblob()
HDssh-agent.c739 if (t != SSH2_MSG_USERAUTH_REQUEST || in parse_userauth_request()