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

/macosx-10.10/OpenSSH-189/openssh/
H A Dsshconnect2.c363 void input_gssapi_response(int type, u_int32_t, void *);
746 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE, &input_gssapi_response);
812 input_gssapi_response(int type, u_int32_t plen, void *ctxt) function
820 fatal("input_gssapi_response: no authentication context");
860 fatal("input_gssapi_response: no authentication context");
890 fatal("input_gssapi_response: no authentication context");

Completed in 289 milliseconds