Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-pubkey.c99 struct sshauthopt *authopts = NULL; in userauth_pubkey() local
222 if (PRIVSEP(user_key_allowed(ssh, pw, key, 1, &authopts)) && in userauth_pubkey()
236 !authopts->no_require_user_presence; in userauth_pubkey()
251 authopts->require_verify; in userauth_pubkey()
296 if (authenticated == 1 && auth_activate_options(ssh, authopts) != 0) { in userauth_pubkey()
303 sshauthopt_free(authopts); in userauth_pubkey()