Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-pubkey.c101 struct sshauthopt *authopts = NULL; in userauth_pubkey() local
214 if (PRIVSEP(user_key_allowed(ssh, pw, key, 1, &authopts)) && in userauth_pubkey()
229 !authopts->no_require_user_presence; in userauth_pubkey()
278 if (authenticated == 1 && auth_activate_options(ssh, authopts) != 0) { in userauth_pubkey()
285 sshauthopt_free(authopts); in userauth_pubkey()