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

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect2.c298 void input_userauth_info_req(int, u_int32_t, void *);
1573 dispatch_set(SSH2_MSG_USERAUTH_INFO_REQUEST, &input_userauth_info_req);
1581 input_userauth_info_req(int type, u_int32_t seq, void *ctxt) function
1588 debug2("input_userauth_info_req");
1591 fatal("input_userauth_info_req: no authentication context");
1616 debug2("input_userauth_info_req: num_prompts %d", num_prompts);

Completed in 51 milliseconds