Searched refs:active_state (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/
H A 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, (typ
[all...]
H A 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))
H A Dopacket.c9 struct ssh *active_state, *backup_state; variable in typeref:struct:ssh
233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out);
234 if (active_state == NULL)
241 return (ssh_packet_get_char(active_state));
247 return (ssh_packet_get_int(active_state));
256 if ((r = ssh_packet_read_seqnr(active_state, &type, seqnr)) != 0)
257 sshpkt_fatal(active_state, __func__, r);
267 if ((r = ssh_packet_read_poll_seqnr(active_state, &type, seqnr)))
268 sshpkt_fatal(active_state, __func_
[all...]
H A Daudit-linux.c102 struct ssh *ssh = active_state; /* XXX */
H A Dserverloop.c284 struct ssh *ssh = active_state; /* XXX */
326 dispatch_run(DISPATCH_NONBLOCK, NULL, active_state);
382 if (!ssh_packet_is_rekeying(active_state) &&
386 !ssh_packet_is_rekeying(active_state))
401 if (!ssh_packet_is_rekeying(active_state))
638 struct ssh *ssh = active_state; /* XXX */
802 ssh_packet_put_raw(active_state, sshbuf_ptr(resp),
H A Ddispatch.c44 struct ssh *ssh = active_state; /* XXX */
H A Dauth.c104 struct ssh *ssh = active_state; /* XXX */
293 struct ssh *ssh = active_state; /* XXX */
354 struct ssh *ssh = active_state; /* XXX */
372 struct ssh *ssh = active_state; /* XXX */
631 struct ssh *ssh = active_state; /* XXX */
H A Dsshd.c378 ssh_remote_ipaddr(active_state), ssh_remote_port(active_state));
593 pmonitor->m_pkex = &active_state->kex;
2018 ssh = active_state; /* XXX */
2163 notify_hostkeys(active_state);
2250 if ((r = kex_setup(active_state, myproposal)) != 0)
2252 kex = active_state->kex;
2274 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
H A Dsshconnect2.c200 if ((r = kex_setup(active_state, myproposal)) != 0)
202 kex = active_state->kex;
220 dispatch_run(DISPATCH_BLOCK, &kex->done, active_state);
368 struct ssh *ssh = active_state;
418 struct ssh *ssh = active_state;
451 return kex_input_ext_info(type, seqnr, active_state);
1001 struct ssh *ssh = active_state;
1727 struct ssh *ssh = active_state;
H A Dauth-options.c124 struct ssh *ssh = active_state; /* XXX */
462 struct ssh *ssh = active_state; /* XXX */
H A Dauth2.c217 struct ssh *ssh = active_state; /* XXX */
325 struct ssh *ssh = active_state; /* XXX */
H A Dssh-keysign.c61 struct ssh *active_state = NULL; /* XXX needed for linking */ variable in typeref:struct:ssh
H A Dauth2-hostbased.c163 struct ssh *ssh = active_state; /* XXX */
H A Dpacket.h202 extern struct ssh *active_state;
H A Dclientloop.c1452 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, active_state);
1622 if (ssh_packet_is_rekeying(active_state)) {
1627 if ((r = kex_start_rekex(active_state)) != 0)
1661 &max_fd2, &nalloc, ssh_packet_is_rekeying(active_state));
1667 if (!ssh_packet_is_rekeying(active_state))
2328 struct ssh *ssh = active_state; /* XXX */
2421 struct ssh *ssh = active_state; /* XXX */
H A Dsession.c587 struct ssh *ssh = active_state; /* XXX */
619 struct ssh *ssh = active_state; /* XXX */
698 struct ssh *ssh = active_state; /* XXX */
982 struct ssh *ssh = active_state; /* XXX */
2315 struct ssh *ssh = active_state; /* XXX */
H A Dmonitor.c286 struct ssh *ssh = active_state; /* XXX */
598 struct ssh *ssh = active_state; /* XXX */
700 struct ssh *ssh = active_state; /* XXX */
1396 struct ssh *ssh = active_state; /* XXX */
1584 struct ssh *ssh = active_state; /* XXX */
H A Dauth-pam.c626 struct ssh *ssh = active_state; /* XXX */
718 struct ssh *ssh = active_state; /* XXX */
H A Dmonitor_wrap.c228 buffer_put_int(&m, kex->host_key_index(key, 0, active_state));
471 struct ssh *ssh = active_state; /* XXX */
H A Dssh.c1259 ssh = active_state; /* XXX */
1292 ssh = active_state; /* XXX */
H A Dssh-keyscan.c81 struct ssh *active_state = NULL; /* XXX needed for linking */ variable in typeref:struct:ssh
H A Dkex.c328 struct ssh *ssh = active_state; /* XXX */
/freebsd-11-stable/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c27 struct ssh *active_state = NULL; /* XXX - needed for linking */ variable in typeref:struct:ssh
/freebsd-11-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c32 struct ssh *active_state = NULL; /* XXX - needed for linking */ variable in typeref:struct:ssh
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h1198 bool SetStopHookActiveStateByID(lldb::user_id_t uid, bool active_state);
1200 void SetAllStopHooksActiveState(bool active_state);

Completed in 441 milliseconds

12