Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c253 static void input_gssapi_response(int type, u_int32_t, void *);
608 dispatch_set(SSH2_MSG_USERAUTH_GSSAPI_RESPONSE,&input_gssapi_response); in userauth_gssapi()
614 input_gssapi_response(int type, u_int32_t plen, void *ctxt) in input_gssapi_response() function