Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dsshconnect2.c369 static int input_gssapi_error(int, u_int32_t, struct ssh *);
798 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_ERROR, &input_gssapi_error); in userauth_gssapi()
994 input_gssapi_error(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_error() function