Searched refs:oktypes (Results 1 – 1 of 1) sorted by relevance
291 char *oktypes, *ktypes; member406 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()2033 authctxt->oktypes = xstrdup(options.hostbased_key_types); in userauth_hostbased()2034 authctxt->ktypes = authctxt->oktypes; in userauth_hostbased()2072 free(authctxt->oktypes); in userauth_hostbased()2073 authctxt->oktypes = authctxt->ktypes = NULL; in userauth_hostbased()