Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dauth2-gss.c56 static int input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh);
138 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi()
146 input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_token() function
H A Dsshconnect2.c368 static int input_gssapi_token(int type, u_int32_t, struct ssh *);
797 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi()
928 input_gssapi_token(int type, u_int32_t plen, struct ssh *ssh) in input_gssapi_token() function