Searched refs:userauth (Results 1 – 4 of 4) sorted by relevance
14 $(CC) -I.. userauth.c -o userauth -lsocket -lnsl19 $(CC) -I.. userauth.c -o userauth24 /bin/rm -f userauth proxy relay
347 int (*userauth)(struct ssh *ssh); member377 void userauth(struct ssh *, char *);527 userauth(struct ssh *ssh, char *authlist) in userauth() function554 if (method->userauth(ssh) != 0) { in userauth()646 userauth(ssh, authlist); in input_userauth_failure()752 userauth(ssh, NULL); in input_userauth_pk_ok()911 userauth(ssh, NULL); in input_gssapi_response()924 userauth(ssh, NULL); in input_gssapi_response()957 userauth(ssh, NULL); in input_gssapi_token()
115 int (*userauth)(struct ssh *, const char *); member
352 authenticated = m->userauth(ssh, method); in input_userauth_request()