Searched refs:SSH_SMSG_SUCCESS (Results 1 – 8 of 8) sorted by relevance
146 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 …]
866 if (type == SSH_SMSG_SUCCESS)904 if (type == SSH_SMSG_SUCCESS) {925 if (type == SSH_SMSG_SUCCESS) {946 if (type != SSH_SMSG_SUCCESS)
46 #define SSH_SMSG_SUCCESS 14 /* */ macro
461 packet_start(SSH_SMSG_SUCCESS); in do_authentication()
1922 packet_start(SSH_SMSG_SUCCESS); in do_ssh1_kex()
443 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
960 type == SSH_SMSG_SUCCESS in packet_read_seqnr()
2390 case SSH_SMSG_SUCCESS: in channel_request_remote_forwarding()