Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dsshconnect2.c347 const char *active_ktype; member
459 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()
2121 if (authctxt->active_ktype == NULL) in userauth_hostbased()
2122 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()
2123 if (authctxt->active_ktype == NULL || in userauth_hostbased()
2124 *authctxt->active_ktype == '\0') in userauth_hostbased()
2126 debug3_f("trying key type %s", authctxt->active_ktype); in userauth_hostbased()
2136 authctxt->active_ktype, 0) != 1) in userauth_hostbased()
2147 authctxt->active_ktype = NULL; in userauth_hostbased()
2152 authctxt->active_ktype = NULL; in userauth_hostbased()
[all …]