Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect2.c275 const char *active_ktype; member
389 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()
1746 if (authctxt->active_ktype == NULL) in userauth_hostbased()
1747 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()
1748 if (authctxt->active_ktype == NULL || in userauth_hostbased()
1749 *authctxt->active_ktype == '\0') in userauth_hostbased()
1752 authctxt->active_ktype); in userauth_hostbased()
1763 authctxt->active_ktype, 0) != 1) in userauth_hostbased()
1774 authctxt->active_ktype = NULL; in userauth_hostbased()
1779 authctxt->active_ktype = NULL; in userauth_hostbased()