Home
last modified time | relevance | path

Searched refs:SSH_SMSG_FAILURE (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dsshconnect1.c109 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 …]
Dssh1.h39 #define SSH_SMSG_FAILURE 15 /* */ macro
Dssh.c1728 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()
Dpacket.c1429 || *typep == SSH_SMSG_FAILURE in ssh_packet_read_seqnr()
Dchannels.c3617 case SSH_SMSG_FAILURE: