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()2141 authctxt->oktypes = xstrdup(options.hostbased_accepted_algos); in userauth_hostbased()2142 authctxt->ktypes = authctxt->oktypes; in userauth_hostbased()2179 free(authctxt->oktypes); in userauth_hostbased()2180 authctxt->oktypes = authctxt->ktypes = NULL; in userauth_hostbased()