Searched refs:userauth (Results 1 – 4 of 4) sorted by relevance
304 int (*userauth)(struct ssh *ssh); member335 void userauth(struct ssh *, char *);481 userauth(struct ssh *ssh, char *authlist) in userauth() function508 if (method->userauth(ssh) != 0) { in userauth()602 userauth(ssh, authlist); in input_userauth_failure()706 userauth(ssh, NULL); in input_userauth_pk_ok()868 userauth(ssh, NULL); in input_gssapi_response()881 userauth(ssh, NULL); in input_gssapi_response()915 userauth(ssh, NULL); in input_gssapi_token()
107 int (*userauth)(struct ssh *); member
337 authenticated = m->userauth(ssh); in input_userauth_request()
335 static int userauth(byte authtype, in userauth() function394 wolfSSH_SetUserAuth(sshc->ctx, userauth); in wssh_connect()