Searched refs:input_userauth_success (Results 1 – 1 of 1) sorted by relevance
351 static int input_userauth_success(int, u_int32_t, struct ssh *);515 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_SUCCESS, &input_userauth_success); in input_userauth_service_accept()588 input_userauth_success(int type, u_int32_t seq, struct ssh *ssh) in input_userauth_success() function