Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dsshconnect2.c333 const char *active_ktype; member
2151 if (authctxt->active_ktype == NULL) in userauth_hostbased()
2152 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()
2153 if (authctxt->active_ktype == NULL || in userauth_hostbased()
2154 *authctxt->active_ktype == '\0') in userauth_hostbased()
2156 debug3_f("trying key type %s", authctxt->active_ktype); in userauth_hostbased()
2166 authctxt->active_ktype)) in userauth_hostbased()
2177 authctxt->active_ktype = NULL; in userauth_hostbased()
2182 authctxt->active_ktype = NULL; in userauth_hostbased()
2193 sshkey_ssh_name(private), fp, authctxt->active_ktype); in userauth_hostbased()
[all …]