Home
last modified time | relevance | path

Searched refs:active_state (Results 1 – 25 of 28) sorted by relevance

12

/external/openssh/
Dopacket.h50 ssh_packet_set_timeout(active_state, (timeout), (count))
52 ssh_packet_connection_is_on_socket(active_state)
54 ssh_packet_set_nonblocking(active_state)
56 ssh_packet_get_connection_in(active_state)
58 ssh_packet_get_connection_out(active_state)
60 ssh_packet_set_protocol_flags(active_state, (protocol_flags))
62 ssh_packet_get_protocol_flags(active_state)
64 ssh_packet_start_compression(active_state, (level))
66 ssh_packet_set_encryption_key(active_state, (key), (keylen), (number))
68 ssh_packet_start(active_state, (type))
[all …]
Dopacket.c9 struct ssh *active_state, *backup_state; variable
233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out); in packet_set_connection()
234 if (active_state == NULL) in packet_set_connection()
241 return (ssh_packet_get_char(active_state)); in packet_get_char()
247 return (ssh_packet_get_int(active_state)); in packet_get_int()
256 if ((r = ssh_packet_read_seqnr(active_state, &type, seqnr)) != 0) in packet_read_seqnr()
257 sshpkt_fatal(active_state, __func__, r); in packet_read_seqnr()
267 if ((r = ssh_packet_read_poll_seqnr(active_state, &type, seqnr))) in packet_read_poll_seqnr()
268 sshpkt_fatal(active_state, __func__, r); in packet_read_poll_seqnr()
275 ssh_packet_close(active_state); in packet_close()
[all …]
Ddispatch.h50 ssh_dispatch_init(active_state, (dflt))
52 ssh_dispatch_range(active_state, (from), (to), (fn))
54 ssh_dispatch_set(active_state, (type), (fn))
56 ssh_dispatch_run_fatal(active_state, (mode), (done), (ctxt))
Dserverloop.c284 struct ssh *ssh = active_state; /* XXX */ in process_input()
326 dispatch_run(DISPATCH_NONBLOCK, NULL, active_state); in process_buffered_input_packets()
382 if (!ssh_packet_is_rekeying(active_state) && in server_loop2()
386 !ssh_packet_is_rekeying(active_state)) in server_loop2()
401 if (!ssh_packet_is_rekeying(active_state)) in server_loop2()
638 struct ssh *ssh = active_state; /* XXX */ in server_input_hostkeys_prove()
802 ssh_packet_put_raw(active_state, sshbuf_ptr(resp), in server_input_global_request()
Dauth.c102 struct ssh *ssh = active_state; /* XXX */ in allowed_user()
291 struct ssh *ssh = active_state; /* XXX */ in auth_log()
349 struct ssh *ssh = active_state; /* XXX */ in auth_maxtries_exceeded()
367 struct ssh *ssh = active_state; /* XXX */ in auth_root_allowed()
635 struct ssh *ssh = active_state; /* XXX */ in getpwnamallow()
Daudit-linux.c102 struct ssh *ssh = active_state; /* XXX */ in audit_event()
Dsshd.c373 ssh_remote_ipaddr(active_state), ssh_remote_port(active_state)); in grace_alarm_handler()
588 pmonitor->m_pkex = &active_state->kex; in privsep_preauth()
2025 ssh = active_state; /* XXX */
2150 notify_hostkeys(active_state);
2237 if ((r = kex_setup(active_state, myproposal)) != 0)
2239 kex = active_state->kex;
2261 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
Ddispatch.c44 struct ssh *ssh = active_state; /* XXX */ in dispatch_protocol_error()
Dsshconnect2.c200 if ((r = kex_setup(active_state, myproposal)) != 0) in ssh_kex2()
202 kex = active_state->kex; in ssh_kex2()
220 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state); in ssh_kex2()
368 struct ssh *ssh = active_state; in ssh_userauth2()
418 struct ssh *ssh = active_state; in input_userauth_service_accept()
451 return kex_input_ext_info(type, seqnr, active_state); in input_userauth_ext_info()
1001 struct ssh *ssh = active_state; in key_sign_encode()
1727 struct ssh *ssh = active_state; in userauth_hostbased()
Dauth-options.c124 struct ssh *ssh = active_state; /* XXX */ in auth_parse_options()
462 struct ssh *ssh = active_state; /* XXX */ in parse_option_list()
Dclientloop.c1452 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state); in client_process_buffered_input_packets()
1622 if (ssh_packet_is_rekeying(active_state)) { in client_loop()
1627 if ((r = kex_start_rekex(active_state)) != 0) in client_loop()
1661 &max_fd2, &nalloc, ssh_packet_is_rekeying(active_state)); in client_loop()
1667 if (!ssh_packet_is_rekeying(active_state)) in client_loop()
2328 struct ssh *ssh = active_state; /* XXX */ in client_global_hostkeys_private_confirm()
2421 struct ssh *ssh = active_state; /* XXX */ in client_input_hostkeys()
Dauth2.c215 struct ssh *ssh = active_state; /* XXX */ in input_userauth_request()
299 struct ssh *ssh = active_state; /* XXX */ in userauth_finish()
Dmonitor.c286 struct ssh *ssh = active_state; /* XXX */ in monitor_child_preauth()
598 struct ssh *ssh = active_state; /* XXX */ in mm_answer_sign()
700 struct ssh *ssh = active_state; /* XXX */ in mm_answer_pwnamallow()
1401 struct ssh *ssh = active_state; /* XXX */ in mm_record_login()
1589 struct ssh *ssh = active_state; /* XXX */ in monitor_apply_keystate()
Dauth2-hostbased.c163 struct ssh *ssh = active_state; /* XXX */ in hostbased_key_allowed()
Dpacket.h202 extern struct ssh *active_state;
Dssh-keysign.c61 struct ssh *active_state = NULL; /* XXX needed for linking */ variable
Dsession.c586 struct ssh *ssh = active_state; /* XXX */ in do_pre_login()
618 struct ssh *ssh = active_state; /* XXX */ in do_exec()
697 struct ssh *ssh = active_state; /* XXX */ in do_login()
981 struct ssh *ssh = active_state; /* XXX */ in do_setup_env()
2309 struct ssh *ssh = active_state; /* XXX */ in session_close()
Dmonitor_wrap.c228 buffer_put_int(&m, kex->host_key_index(key, 0, active_state)); in mm_key_sign()
471 struct ssh *ssh = active_state; /* XXX */ in mm_send_keystate()
Dauth-pam.c625 struct ssh *ssh = active_state; /* XXX */ in sshpam_init()
717 struct ssh *ssh = active_state; /* XXX */ in sshpam_query()
Dssh.c1246 ssh = active_state; /* XXX */ in main()
1279 ssh = active_state; /* XXX */ in main()
Dssh-keyscan.c81 struct ssh *active_state = NULL; /* XXX needed for linking */ variable
Dkex.c328 struct ssh *ssh = active_state; /* XXX */ in kex_protocol_error()
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dsampler.py226 self.active_state = None # currently active state (to be ended later)
237 self.active_state = state_name
244 if self.active_state is not None:
245 self.states[self.active_state].end(end_time)
246 self.active_state = None
/external/openssh/regress/unittests/kex/
Dtest_kex.c27 struct ssh *active_state = NULL; /* XXX - needed for linking */ variable
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c32 struct ssh *active_state = NULL; /* XXX - needed for linking */ variable

12