Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dsshconnect2.c278 const char *active_ktype; member
392 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()
1912 if (authctxt->active_ktype == NULL) in userauth_hostbased()
1913 authctxt->active_ktype = strsep(&authctxt->ktypes, ","); in userauth_hostbased()
1914 if (authctxt->active_ktype == NULL || in userauth_hostbased()
1915 *authctxt->active_ktype == '\0') in userauth_hostbased()
1918 authctxt->active_ktype); in userauth_hostbased()
1928 authctxt->active_ktype, 0) != 1) in userauth_hostbased()
1939 authctxt->active_ktype = NULL; in userauth_hostbased()
1944 authctxt->active_ktype = NULL; in userauth_hostbased()