Searched refs:input_userauth_info_req (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect2.c345 void input_userauth_info_req(int, u_int32_t, void *);
1663 dispatch_set(SSH2_MSG_USERAUTH_INFO_REQUEST, &input_userauth_info_req);
1671 input_userauth_info_req(int type, u_int32_t seq, void *ctxt) function
1678 debug2("input_userauth_info_req");
1681 fatal("input_userauth_info_req: no authentication context");
1706 debug2("input_userauth_info_req: num_prompts %d", num_prompts);

Completed in 74 milliseconds