Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect2.c274 char *oktypes, *ktypes; member
389 authctxt.active_ktype = authctxt.oktypes = authctxt.ktypes = NULL; in ssh_userauth2()
1737 authctxt->oktypes = xstrdup(options.hostbased_key_types); in userauth_hostbased()
1738 authctxt->ktypes = authctxt->oktypes; in userauth_hostbased()
1777 free(authctxt->oktypes); in userauth_hostbased()
1778 authctxt->oktypes = authctxt->ktypes = NULL; in userauth_hostbased()