Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c107 if (type == SSH_SMSG_FAILURE) { in try_agent_authentication()
153 if (type != SSH_SMSG_FAILURE) in try_agent_authentication()
239 if (type == SSH_SMSG_FAILURE) { in try_rsa_authentication()
301 packet_read_expect(SSH_SMSG_FAILURE); in try_rsa_authentication()
322 if (type != SSH_SMSG_FAILURE) in try_rsa_authentication()
354 if (type == SSH_SMSG_FAILURE) { in try_rhosts_rsa_authentication()
382 if (type != SSH_SMSG_FAILURE) in try_rhosts_rsa_authentication()
458 case SSH_SMSG_FAILURE: in try_krb4_authentication()
589 case SSH_SMSG_FAILURE: in try_krb5_authentication()
851 if (type == SSH_SMSG_FAILURE) in send_afs_tokens()
[all …]
H A Dssh.c868 else if (type == SSH_SMSG_FAILURE)
907 } else if (type == SSH_SMSG_FAILURE)
927 } else if (type == SSH_SMSG_FAILURE) {
/titanic_50/usr/src/cmd/ssh/include/
H A Dssh1.h47 #define SSH_SMSG_FAILURE 15 /* */ macro
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth1.c101 packet_start(SSH_SMSG_FAILURE); in do_authloop()
389 packet_start(SSH_SMSG_FAILURE); in do_authloop()
H A Dsession.c443 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c961 || type == SSH_SMSG_FAILURE in packet_read_seqnr()
H A Dchannels.c2393 case SSH_SMSG_FAILURE: in channel_request_remote_forwarding()