Lines Matching full:authenticated
104 int req_presence = 0, req_verify = 0, authenticated = 0; in userauth_pubkey() local
227 authenticated = 0; in userauth_pubkey()
233 authenticated = 1; in userauth_pubkey()
235 if (authenticated == 1 && sig_details != NULL) { in userauth_pubkey()
252 authenticated = 0; in userauth_pubkey()
266 authenticated = 0; in userauth_pubkey()
270 auth2_record_key(authctxt, authenticated, key); in userauth_pubkey()
302 if (authenticated == 1 && auth_activate_options(ssh, authopts) != 0) { in userauth_pubkey()
304 authenticated = 0; in userauth_pubkey()
306 debug2_f("authenticated %d pkalg %s", authenticated, pkalg); in userauth_pubkey()
319 return authenticated; in userauth_pubkey()