Home
last modified time | relevance | path

Searched refs:SSH_SMSG_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c146 if (type == SSH_SMSG_SUCCESS) { in try_agent_authentication()
318 if (type == SSH_SMSG_SUCCESS) { in try_rsa_authentication()
378 if (type == SSH_SMSG_SUCCESS) { in try_rhosts_rsa_authentication()
711 if (type == SSH_SMSG_SUCCESS) { in send_krb5_tgt()
773 if (type == SSH_SMSG_SUCCESS) in send_krb4_tgt()
853 else if (type != SSH_SMSG_SUCCESS) in send_afs_tokens()
912 if (type == SSH_SMSG_SUCCESS) in try_challenge_response_authentication()
946 if (type == SSH_SMSG_SUCCESS) in try_password_authentication()
1136 packet_read_expect(SSH_SMSG_SUCCESS); in ssh_kex()
1171 if (type == SSH_SMSG_SUCCESS) in ssh_userauth1()
[all …]
H A Dssh.c866 if (type == SSH_SMSG_SUCCESS)
904 if (type == SSH_SMSG_SUCCESS) {
925 if (type == SSH_SMSG_SUCCESS) {
946 if (type != SSH_SMSG_SUCCESS)
/titanic_41/usr/src/cmd/ssh/include/
H A Dssh1.h46 #define SSH_SMSG_SUCCESS 14 /* */ macro
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth1.c461 packet_start(SSH_SMSG_SUCCESS); in do_authentication()
H A Dsshd.c1922 packet_start(SSH_SMSG_SUCCESS); in do_ssh1_kex()
H A Dsession.c443 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c960 type == SSH_SMSG_SUCCESS in packet_read_seqnr()
H A Dchannels.c2390 case SSH_SMSG_SUCCESS: in channel_request_remote_forwarding()