Lines Matching refs:authenticated
99 int req_presence = 0, req_verify = 0, authenticated = 0; in userauth_pubkey() local
222 authenticated = 0; in userauth_pubkey()
228 authenticated = 1; in userauth_pubkey()
230 if (authenticated == 1 && sig_details != NULL) { in userauth_pubkey()
247 authenticated = 0; in userauth_pubkey()
261 authenticated = 0; in userauth_pubkey()
265 auth2_record_key(authctxt, authenticated, key); in userauth_pubkey()
297 if (authenticated == 1 && auth_activate_options(ssh, authopts) != 0) { in userauth_pubkey()
299 authenticated = 0; in userauth_pubkey()
301 debug2_f("authenticated %d pkalg %s", authenticated, pkalg); in userauth_pubkey()
314 return authenticated; in userauth_pubkey()