| /freebsd-10-stable/crypto/openssh/ |
| D | opacket.h | 50 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 …]
|
| D | opacket.c | 9 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 …]
|
| D | dispatch.h | 50 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))
|
| D | auth.c | 103 struct ssh *ssh = active_state; /* XXX */ in allowed_user() 281 struct ssh *ssh = active_state; /* XXX */ in auth_log() 340 struct ssh *ssh = active_state; /* XXX */ in auth_maxtries_exceeded() 359 struct ssh *ssh = active_state; /* XXX */ in auth_root_allowed() 618 struct ssh *ssh = active_state; /* XXX */ in getpwnamallow()
|
| D | serverloop.c | 398 struct ssh *ssh = active_state; /* XXX */ in process_input() 548 dispatch_run(DISPATCH_NONBLOCK, NULL, active_state); in process_buffered_input_packets() 854 if (!ssh_packet_is_rekeying(active_state) && in server_loop2() 858 !ssh_packet_is_rekeying(active_state)) in server_loop2() 873 if (!ssh_packet_is_rekeying(active_state)) in server_loop2() 1150 struct ssh *ssh = active_state; /* XXX */ in server_input_hostkeys_prove() 1312 ssh_packet_put_raw(active_state, sshbuf_ptr(resp), in server_input_global_request()
|
| D | auth-rh-rsa.c | 71 struct ssh *ssh = active_state; /* XXX */ in auth_rhosts_rsa()
|
| D | audit-linux.c | 104 struct ssh *ssh = active_state; /* XXX */ in audit_event()
|
| D | sshd.c | 393 ssh_remote_ipaddr(active_state), ssh_remote_port(active_state)); in grace_alarm_handler() 687 pmonitor->m_pkex = &active_state->kex; in privsep_preauth() 2230 ssh = active_state; /* XXX */ 2389 notify_hostkeys(active_state); 2426 struct ssh *ssh = active_state; /* XXX */ 2476 struct ssh *ssh = active_state; /* XXX */ 2703 if ((r = kex_setup(active_state, myproposal)) != 0) 2705 kex = active_state->kex; 2727 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
|
| D | dispatch.c | 44 struct ssh *ssh = active_state; /* XXX */ in dispatch_protocol_error()
|
| D | sshconnect2.c | 200 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() 367 struct ssh *ssh = active_state; in ssh_userauth2() 415 struct ssh *ssh = active_state; in input_userauth_service_accept() 448 return kex_input_ext_info(type, seqnr, active_state); in input_userauth_ext_info() 999 struct ssh *ssh = active_state; in identity_sign_encode() 1678 struct ssh *ssh = active_state; in userauth_hostbased()
|
| D | auth-options.c | 124 struct ssh *ssh = active_state; /* XXX */ in auth_parse_options() 462 struct ssh *ssh = active_state; /* XXX */ in parse_option_list()
|
| D | clientloop.c | 1454 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state); in client_process_buffered_input_packets() 1624 if (ssh_packet_is_rekeying(active_state)) { in client_loop() 1629 if ((r = kex_start_rekex(active_state)) != 0) in client_loop() 1663 &max_fd2, &nalloc, ssh_packet_is_rekeying(active_state)); in client_loop() 1669 if (!ssh_packet_is_rekeying(active_state)) in client_loop() 2297 struct ssh *ssh = active_state; /* XXX */ in client_global_hostkeys_private_confirm() 2370 struct ssh *ssh = active_state; /* XXX */ in client_input_hostkeys()
|
| D | auth-rhosts.c | 193 struct ssh *ssh = active_state; /* XXX */ in auth_rhosts()
|
| D | packet.h | 193 extern struct ssh *active_state;
|
| D | auth2-hostbased.c | 163 struct ssh *ssh = active_state; /* XXX */ in hostbased_key_allowed()
|
| D | session.c | 773 struct ssh *ssh = active_state; /* XXX */ in do_pre_login() 805 struct ssh *ssh = active_state; /* XXX */ in do_exec() 884 struct ssh *ssh = active_state; /* XXX */ in do_login() 1168 struct ssh *ssh = active_state; /* XXX */ in do_setup_env() 1705 struct ssh *ssh = active_state; /* XXX */ in do_child() 2548 struct ssh *ssh = active_state; /* XXX */ in session_close()
|
| D | ssh-keysign.c | 61 struct ssh *active_state = NULL; /* XXX needed for linking */ variable
|
| D | monitor.c | 686 struct ssh *ssh = active_state; /* XXX */ in mm_answer_sign() 1483 struct ssh *ssh = active_state; /* XXX */ in mm_record_login() 1854 struct ssh *ssh = active_state; /* XXX */ in monitor_apply_keystate() 1943 struct ssh *ssh = active_state; /* XXX */ in monitor_init()
|
| D | auth-pam.c | 621 struct ssh *ssh = active_state; /* XXX */ in sshpam_init() 713 struct ssh *ssh = active_state; /* XXX */ in sshpam_query()
|
| D | monitor_wrap.c | 229 buffer_put_int(&m, kex->host_key_index(key, 0, active_state)); in mm_key_sign() 484 struct ssh *ssh = active_state; /* XXX */ in mm_send_keystate()
|
| D | auth2.c | 222 struct ssh *ssh = active_state; /* XXX */ in input_userauth_request()
|
| /freebsd-10-stable/crypto/openssh/regress/unittests/kex/ |
| D | test_kex.c | 27 struct ssh *active_state = NULL; /* XXX - needed for linking */ variable
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | Target.h | 1225 SetStopHookActiveStateByID (lldb::user_id_t uid, bool active_state); 1228 SetAllStopHooksActiveState (bool active_state);
|
| /freebsd-10-stable/crypto/openssh/regress/misc/kexfuzz/ |
| D | kexfuzz.c | 31 struct ssh *active_state = NULL; /* XXX - needed for linking */ variable
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | Target.cpp | 2041 Target::SetStopHookActiveStateByID (lldb::user_id_t user_id, bool active_state) in SetStopHookActiveStateByID() argument 2048 (*specified_hook_iter).second->SetIsActive (active_state); in SetStopHookActiveStateByID() 2053 Target::SetAllStopHooksActiveState (bool active_state) in SetAllStopHooksActiveState() argument 2058 (*pos).second->SetIsActive (active_state); in SetAllStopHooksActiveState()
|