Lines Matching refs:SSH_SMSG_FAILURE
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()
696 if (type != SSH_SMSG_FAILURE) in ssh_userauth1()