Searched refs:SSH2_MSG_USERAUTH_SUCCESS (Results 1 – 4 of 4) sorted by relevance
114 #define SSH2_MSG_USERAUTH_SUCCESS 52 macro
417 if ((r = sshpkt_start(ssh, SSH2_MSG_USERAUTH_SUCCESS)) != 0 || in userauth_finish()
1217 else if (type == SSH2_MSG_USERAUTH_SUCCESS && state->server_side) in ssh_packet_send2_wrapped()1695 if (*typep == SSH2_MSG_USERAUTH_SUCCESS && !state->server_side) in ssh_packet_read_poll2()
465 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success); in input_userauth_service_accept()