Searched refs:SSH_SMSG_SUCCESS (Results 1 – 8 of 8) sorted by relevance
139 if (type == SSH_SMSG_SUCCESS) { in try_agent_authentication()311 if (type == SSH_SMSG_SUCCESS) { in try_rsa_authentication()371 if (type == SSH_SMSG_SUCCESS) { in try_rhosts_rsa_authentication()433 if (type == SSH_SMSG_SUCCESS) in try_challenge_response_authentication()467 if (type == SSH_SMSG_SUCCESS) in try_password_authentication()663 packet_read_expect(SSH_SMSG_SUCCESS); in ssh_kex()694 if (type == SSH_SMSG_SUCCESS) in ssh_userauth1()
39 #define SSH_SMSG_SUCCESS 14 /* */ macro
1181 if (type == SSH_SMSG_SUCCESS) in ssh_session()1220 if (type == SSH_SMSG_SUCCESS) { in ssh_session()1246 if (type == SSH_SMSG_SUCCESS) { in ssh_session()1269 if (type != SSH_SMSG_SUCCESS) in ssh_session()
444 packet_start(SSH_SMSG_SUCCESS); in do_authentication()
1047 type == SSH_SMSG_SUCCESS in packet_read_seqnr()
2292 packet_start(SSH_SMSG_SUCCESS);
429 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
2893 case SSH_SMSG_SUCCESS: