Searched refs:SSH_SMSG_FAILURE (Results 1 – 7 of 7) sorted by relevance
109 if (type == SSH_SMSG_FAILURE) { in try_agent_authentication()155 } else if (type != SSH_SMSG_FAILURE) in try_agent_authentication()246 if (type == SSH_SMSG_FAILURE) { in try_rsa_authentication()308 packet_read_expect(SSH_SMSG_FAILURE); in try_rsa_authentication()329 if (type != SSH_SMSG_FAILURE) in try_rsa_authentication()361 if (type == SSH_SMSG_FAILURE) { in try_rhosts_rsa_authentication()389 if (type != SSH_SMSG_FAILURE) in try_rhosts_rsa_authentication()416 if (type != SSH_SMSG_FAILURE && in try_challenge_response_authentication()449 if (type != SSH_SMSG_FAILURE) in try_challenge_response_authentication()483 if (type != SSH_SMSG_FAILURE) in try_password_authentication()[all …]
40 #define SSH_SMSG_FAILURE 15 /* */ macro
265 packet_start(SSH_SMSG_FAILURE); in do_authloop()372 packet_start(SSH_SMSG_FAILURE); in do_authloop()
1626 else if (type == SSH_SMSG_FAILURE) in ssh_session()1666 } else if (type == SSH_SMSG_FAILURE) in ssh_session()1693 } else if (type == SSH_SMSG_FAILURE) { in ssh_session()
416 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
1295 || *typep == SSH_SMSG_FAILURE in ssh_packet_read_seqnr()
3251 case SSH_SMSG_FAILURE: