Home
last modified time | relevance | path

Searched refs:SSH_SMSG_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/external/openssh/
Dsshconnect1.c139 if (type == SSH_SMSG_SUCCESS) { in try_agent_authentication()
311 if (type == SSH_SMSG_SUCCESS) { in try_rsa_authentication()
371 if (type == SSH_SMSG_SUCCESS) { in try_rhosts_rsa_authentication()
433 if (type == SSH_SMSG_SUCCESS) in try_challenge_response_authentication()
467 if (type == SSH_SMSG_SUCCESS) in try_password_authentication()
663 packet_read_expect(SSH_SMSG_SUCCESS); in ssh_kex()
694 if (type == SSH_SMSG_SUCCESS) in ssh_userauth1()
Dssh1.h39 #define SSH_SMSG_SUCCESS 14 /* */ macro
Dssh.c1181 if (type == SSH_SMSG_SUCCESS) in ssh_session()
1220 if (type == SSH_SMSG_SUCCESS) { in ssh_session()
1246 if (type == SSH_SMSG_SUCCESS) { in ssh_session()
1269 if (type != SSH_SMSG_SUCCESS) in ssh_session()
Dauth1.c444 packet_start(SSH_SMSG_SUCCESS); in do_authentication()
Dpacket.c1047 type == SSH_SMSG_SUCCESS in packet_read_seqnr()
Dsshd.c2292 packet_start(SSH_SMSG_SUCCESS);
Dsession.c429 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
Dchannels.c2893 case SSH_SMSG_SUCCESS: