Searched refs:SSH_SMSG_FAILURE (Results 1 – 7 of 7) sorted by relevance
100 if (type == SSH_SMSG_FAILURE) { in try_agent_authentication()146 if (type != SSH_SMSG_FAILURE) in try_agent_authentication()232 if (type == SSH_SMSG_FAILURE) { in try_rsa_authentication()294 packet_read_expect(SSH_SMSG_FAILURE); in try_rsa_authentication()315 if (type != SSH_SMSG_FAILURE) in try_rsa_authentication()347 if (type == SSH_SMSG_FAILURE) { in try_rhosts_rsa_authentication()375 if (type != SSH_SMSG_FAILURE) in try_rhosts_rsa_authentication()402 if (type != SSH_SMSG_FAILURE && in try_challenge_response_authentication()435 if (type != SSH_SMSG_FAILURE) in try_challenge_response_authentication()469 if (type != SSH_SMSG_FAILURE) in try_password_authentication()[all …]
40 #define SSH_SMSG_FAILURE 15 /* */ macro
272 packet_start(SSH_SMSG_FAILURE); in do_authloop()382 packet_start(SSH_SMSG_FAILURE); in do_authloop()
1183 else if (type == SSH_SMSG_FAILURE) in ssh_session()1223 } else if (type == SSH_SMSG_FAILURE) in ssh_session()1248 } else if (type == SSH_SMSG_FAILURE) { in ssh_session()
1048 || type == SSH_SMSG_FAILURE in packet_read_seqnr()
429 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
2896 case SSH_SMSG_FAILURE: