Searched refs:SSH2_MSG_USERAUTH_SUCCESS (Results 1 – 4 of 4) sorted by relevance
109 #define SSH2_MSG_USERAUTH_SUCCESS 52 macro
342 packet_start(SSH2_MSG_USERAUTH_SUCCESS); in userauth_finish()
415 dispatch_set(SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success); in ssh_userauth2()1798 dispatch_set(SSH2_MSG_USERAUTH_SUCCESS, in userauth_jpake()1812 dispatch_set(SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success); in userauth_jpake_cleanup()
960 else if (type == SSH2_MSG_USERAUTH_SUCCESS && active_state->server_side) in packet_send2_wrapped()1372 else if (type == SSH2_MSG_USERAUTH_SUCCESS && in packet_read_poll2()