Searched refs:SSH_SMSG_SUCCESS (Results 1 – 8 of 8) sorted by relevance
151 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()
39 #define SSH_SMSG_SUCCESS 14 /* */ macro
439 packet_start(SSH_SMSG_SUCCESS); in do_authentication()
1625 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()
2495 packet_start(SSH_SMSG_SUCCESS);
416 packet_start(success ? SSH_SMSG_SUCCESS : SSH_SMSG_FAILURE); in do_authenticated1()
1291 *typep == SSH_SMSG_SUCCESS in ssh_packet_read_seqnr()
3225 case SSH_SMSG_SUCCESS: