Home
last modified time | relevance | path

Searched refs:authlist (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshconnect2.c323 char *authlist; member
385 static Authmethod *authmethod_get(char *authlist);
443 authctxt.authlist = NULL; in ssh_userauth2()
527 userauth(struct ssh *ssh, char *authlist) in userauth() argument
536 if (authlist == NULL) { in userauth()
537 authlist = authctxt->authlist; in userauth()
539 free(authctxt->authlist); in userauth()
540 authctxt->authlist = authlist; in userauth()
543 Authmethod *method = authmethod_get(authlist); in userauth()
546 authctxt->server_user, authctxt->host, authlist); in userauth()
[all …]
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1742 struct authlist { struct
1752 struct authlist AuthList[] = { argument
1767 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()
/freebsd/contrib/telnet/telnet/
H A Dcommands.c1840 struct authlist { struct
1854 struct authlist AuthList[] = { argument
1869 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()