Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/
H A Dsshconnect2.c371 static int input_gssapi_error(int, u_int32_t, struct ssh *);
800 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_ERROR, &input_gssapi_error); in userauth_gssapi()
996 input_gssapi_error(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_error() function