Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c151 if (type == SSH_SMSG_SUCCESS) { in try_agent_authentication()
325 if (type == SSH_SMSG_SUCCESS) { in try_rsa_authentication()
385 if (type == SSH_SMSG_SUCCESS) { in try_rhosts_rsa_authentication()
447 if (type == SSH_SMSG_SUCCESS) in try_challenge_response_authentication()
481 if (type == SSH_SMSG_SUCCESS) in try_password_authentication()
679 packet_read_expect(SSH_SMSG_SUCCESS); in ssh_kex()
710 if (type == SSH_SMSG_SUCCESS) in ssh_userauth1()
Dssh1.h39 #define SSH_SMSG_SUCCESS 14 /* */ macro
Dauth1.c439 packet_start(SSH_SMSG_SUCCESS); in do_authentication()
Dssh.c1625 if (type == SSH_SMSG_SUCCESS) in ssh_session()
1664 if (type == SSH_SMSG_SUCCESS) { in ssh_session()
1690 if (type == SSH_SMSG_SUCCESS) { in ssh_session()
1713 if (type != SSH_SMSG_SUCCESS) in ssh_session()
Dsshd.c2495 packet_start(SSH_SMSG_SUCCESS);
Dsession.c416 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
Dpacket.c1291 *typep == SSH_SMSG_SUCCESS in ssh_packet_read_seqnr()
Dchannels.c3225 case SSH_SMSG_SUCCESS: