Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect2.c292 const char *active_ktype; member
406 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()
2042 if (authctxt->active_ktype == NULL) in userauth_hostbased()
2043 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()
2044 if (authctxt->active_ktype == NULL || in userauth_hostbased()
2045 *authctxt->active_ktype == '\0') in userauth_hostbased()
2048 authctxt->active_ktype); in userauth_hostbased()
2058 authctxt->active_ktype, 0) != 1) in userauth_hostbased()
2069 authctxt->active_ktype = NULL; in userauth_hostbased()
2074 authctxt->active_ktype = NULL; in userauth_hostbased()