Searched refs:oktypes (Results 1 – 1 of 1) sorted by relevance
331 char *oktypes, *ktypes; member443 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()2139 authctxt->oktypes = xstrdup(options.hostbased_accepted_algos); in userauth_hostbased()2140 authctxt->ktypes = authctxt->oktypes; in userauth_hostbased()2177 free(authctxt->oktypes); in userauth_hostbased()2178 authctxt->oktypes = authctxt->ktypes = NULL; in userauth_hostbased()