Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-gss.c56 static int input_gssapi_token(int type, uint32_t plen, struct ssh *ssh);
132 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi()
140 input_gssapi_token(int type, uint32_t plen, struct ssh *ssh) in input_gssapi_token() function
H A Dsshconnect2.c372 static int input_gssapi_token(int type, uint32_t, struct ssh *);
804 ssh_dispatch_set(ssh, SSH2_MSG_USERAUTH_GSSAPI_TOKEN, &input_gssapi_token); in userauth_gssapi()
935 input_gssapi_token(int type, uint32_t plen, struct ssh *ssh) in input_gssapi_token() function