Home
last modified time | relevance | path

Searched refs:SSH2_MSG_USERAUTH_SUCCESS (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dssh2.h109 #define SSH2_MSG_USERAUTH_SUCCESS 52 macro
Dauth2.c342 packet_start(SSH2_MSG_USERAUTH_SUCCESS); in userauth_finish()
Dsshconnect2.c415 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()
Dpacket.c960 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()