Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c369 static int input_gssapi_response(int type, uint32_t, struct ssh *);
801 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_RESPONSE, &input_gssapi_response); in userauth_gssapi()
889 input_gssapi_response(int type, uint32_t plen, struct ssh *ssh) in input_gssapi_response()
898 fatal("input_gssapi_response: no authentication context"); in input_gssapi_response()
943 fatal("input_gssapi_response: no authentication context"); in input_gssapi_token()
977 fatal("input_gssapi_response: no authentication context"); in input_gssapi_errtok()
888 input_gssapi_response(int type, u_int32_t plen, struct ssh *ssh) input_gssapi_response() function