Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect2.c278 char *oktypes, *ktypes; member
408 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()