Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c370 static int input_gssapi_error(int, u_int32_t, struct ssh *);
802 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_ERROR, &input_gssapi_error); in userauth_gssapi()
998 input_gssapi_error(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_error() function