Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c151 if (type == SSH_SMSG_SUCCESS) { in try_agent_authentication()
332 if (type == SSH_SMSG_SUCCESS) { in try_rsa_authentication()
392 if (type == SSH_SMSG_SUCCESS) { in try_rhosts_rsa_authentication()
454 if (type == SSH_SMSG_SUCCESS) in try_challenge_response_authentication()
488 if (type == SSH_SMSG_SUCCESS) in try_password_authentication()
682 packet_read_expect(SSH_SMSG_SUCCESS); in ssh_kex()
713 if (type == SSH_SMSG_SUCCESS) in ssh_userauth1()
Dssh1.h38 #define SSH_SMSG_SUCCESS 14 /* */ macro
Dssh.c1726 if (type == SSH_SMSG_SUCCESS) in ssh_session()
1765 if (type == SSH_SMSG_SUCCESS) { in ssh_session()
1789 if (type == SSH_SMSG_SUCCESS) { in ssh_session()
1812 if (type != SSH_SMSG_SUCCESS) in ssh_session()
Dpacket.c1428 *typep == SSH_SMSG_SUCCESS in ssh_packet_read_seqnr()
Dchannels.c3614 case SSH_SMSG_SUCCESS: