Searched refs:oktypes (Results 1 – 1 of 1) sorted by relevance
278 char *oktypes, *ktypes; member408 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()1587 authctxt->oktypes = xstrdup(options.hostbased_key_types); in userauth_hostbased()1588 authctxt->ktypes = authctxt->oktypes; in userauth_hostbased()1628 free(authctxt->oktypes); in userauth_hostbased()1629 authctxt->oktypes = authctxt->ktypes = NULL; in userauth_hostbased()