Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c100 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 …]
Dssh1.h40 #define SSH_SMSG_FAILURE 15 /* */ macro
Dauth1.c272 packet_start(SSH_SMSG_FAILURE); in do_authloop()
382 packet_start(SSH_SMSG_FAILURE); in do_authloop()
Dssh.c1183 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()
Dpacket.c1048 || type == SSH_SMSG_FAILURE in packet_read_seqnr()
Dsession.c429 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
Dchannels.c2896 case SSH_SMSG_FAILURE: