Home
last modified time | relevance | path

Searched refs:SSH_SMSG_FAILURE (Results 1 – 7 of 7) 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()
308 packet_read_expect(SSH_SMSG_FAILURE); in try_rsa_authentication()
329 if (type != SSH_SMSG_FAILURE) in try_rsa_authentication()
361 if (type == SSH_SMSG_FAILURE) { in try_rhosts_rsa_authentication()
389 if (type != SSH_SMSG_FAILURE) in try_rhosts_rsa_authentication()
416 if (type != SSH_SMSG_FAILURE && in try_challenge_response_authentication()
449 if (type != SSH_SMSG_FAILURE) in try_challenge_response_authentication()
483 if (type != SSH_SMSG_FAILURE) in try_password_authentication()
[all …]
Dssh1.h40 #define SSH_SMSG_FAILURE 15 /* */ macro
Dauth1.c265 packet_start(SSH_SMSG_FAILURE); in do_authloop()
372 packet_start(SSH_SMSG_FAILURE); in do_authloop()
Dssh.c1626 else if (type == SSH_SMSG_FAILURE) in ssh_session()
1666 } else if (type == SSH_SMSG_FAILURE) in ssh_session()
1693 } else if (type == SSH_SMSG_FAILURE) { in ssh_session()
Dsession.c416 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
Dpacket.c1295 || *typep == SSH_SMSG_FAILURE in ssh_packet_read_seqnr()
Dchannels.c3251 case SSH_SMSG_FAILURE: