Searched refs:SSH_SMSG_FAILURE (Results 1 – 5 of 5) 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()315 packet_read_expect(SSH_SMSG_FAILURE); in try_rsa_authentication()336 if (type != SSH_SMSG_FAILURE) in try_rsa_authentication()368 if (type == SSH_SMSG_FAILURE) { in try_rhosts_rsa_authentication()396 if (type != SSH_SMSG_FAILURE) in try_rhosts_rsa_authentication()423 if (type != SSH_SMSG_FAILURE && in try_challenge_response_authentication()456 if (type != SSH_SMSG_FAILURE) in try_challenge_response_authentication()490 if (type != SSH_SMSG_FAILURE) in try_password_authentication()[all …]
39 #define SSH_SMSG_FAILURE 15 /* */ macro
1728 else if (type == SSH_SMSG_FAILURE) in ssh_session()1768 } else if (type == SSH_SMSG_FAILURE) in ssh_session()1791 } else if (type == SSH_SMSG_FAILURE) { in ssh_session()
1429 || *typep == SSH_SMSG_FAILURE in ssh_packet_read_seqnr()
3617 case SSH_SMSG_FAILURE: