Searched refs:authlist (Results 1 – 3 of 3) sorted by relevance
321 char *authlist; member441 authctxt.authlist = NULL; in ssh_userauth2()534 if (authlist == NULL) { in userauth()535 authlist = authctxt->authlist; in userauth()538 authctxt->authlist = authlist; in userauth()595 free(authctxt->authlist); in input_userauth_success()625 char *authlist = NULL; in input_userauth_failure() local644 userauth(ssh, authlist); in input_userauth_failure()645 authlist = NULL; in input_userauth_failure()647 free(authlist); in input_userauth_failure()[all …]
1742 struct authlist { struct1752 struct authlist AuthList[] = { argument1767 struct authlist *c; in auth_help()1783 struct authlist *c; in auth_cmd()1791 c = (struct authlist *) in auth_cmd()1792 genget(argv[1], (char **) AuthList, sizeof(struct authlist)); in auth_cmd()
1840 struct authlist { struct1854 struct authlist AuthList[] = { argument1869 struct authlist *c; in auth_help()1885 struct authlist *c; in auth_cmd()1893 c = (struct authlist *) in auth_cmd()1894 genget(argv[1], (char **) AuthList, sizeof(struct authlist)); in auth_cmd()