Home
last modified time | relevance | path

Searched refs:xxx_kex (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/ssh/sshd/
H A Daltprivsep.c64 extern Kex *xxx_kex;
756 if (!(xxx_kex->flags & KEX_INIT_SENT)) in aps_start_rekex()
757 kex_send_kexinit(xxx_kex); in aps_start_rekex()
800 xxx_kex->session_id = tmp; in aps_read_auth_context()
801 xxx_kex->session_id_len = session_id2_len; in aps_read_auth_context()
H A Dserverloop.c70 extern Kex *xxx_kex;
498 dispatch_run(DISPATCH_NONBLOCK, NULL, compat20 ? xxx_kex : NULL); in process_buffered_input_packets()
951 rekeying = (xxx_kex != NULL && !xxx_kex->done); in server_loop2()
964 xxx_kex->done = 0; in server_loop2()
H A Dsshd.c182 Kex *xxx_kex; variable
2019 xxx_kex = kex; in prepare_for_ssh2_kex()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c137 extern Kex *xxx_kex;
756 kex_send_kexinit(xxx_kex); in client_daemonize()
1054 dispatch_run(DISPATCH_NONBLOCK, &quit_pending, compat20 ? xxx_kex : NULL); in client_process_buffered_input_packets()
1170 rekeying = (xxx_kex != NULL && !xxx_kex->done); in client_loop()
1214 kex_send_kexinit(xxx_kex); in client_loop()
H A Dsshconnect2.c77 Kex *xxx_kex = NULL; variable
179 xxx_kex = kex; in ssh_kex2()