Searched refs:SSH_SMSG_FAILURE (Results 1 – 7 of 7) sorted by relevance
107 if (type == SSH_SMSG_FAILURE) { in try_agent_authentication()153 if (type != SSH_SMSG_FAILURE) in try_agent_authentication()239 if (type == SSH_SMSG_FAILURE) { in try_rsa_authentication()301 packet_read_expect(SSH_SMSG_FAILURE); in try_rsa_authentication()322 if (type != SSH_SMSG_FAILURE) in try_rsa_authentication()354 if (type == SSH_SMSG_FAILURE) { in try_rhosts_rsa_authentication()382 if (type != SSH_SMSG_FAILURE) in try_rhosts_rsa_authentication()458 case SSH_SMSG_FAILURE: in try_krb4_authentication()589 case SSH_SMSG_FAILURE: in try_krb5_authentication()851 if (type == SSH_SMSG_FAILURE) in send_afs_tokens()[all …]
868 else if (type == SSH_SMSG_FAILURE)907 } else if (type == SSH_SMSG_FAILURE)927 } else if (type == SSH_SMSG_FAILURE) {
47 #define SSH_SMSG_FAILURE 15 /* */ macro
101 packet_start(SSH_SMSG_FAILURE); in do_authloop()389 packet_start(SSH_SMSG_FAILURE); in do_authloop()
443 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
961 || type == SSH_SMSG_FAILURE in packet_read_seqnr()
2393 case SSH_SMSG_FAILURE: in channel_request_remote_forwarding()