Home
last modified time | relevance | path

Searched refs:packet_get_char (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dttymodes.c355 get_arg = packet_get_char; in tty_parse_modes()
371 opcode = packet_get_char(); in tty_parse_modes()
430 (void) packet_get_char(); in tty_parse_modes()
H A Dkexgssc.c202 if (packet_get_char()) { in kexgss_client()
H A Dkex.c236 packet_get_char(); in kex_input_kexinit()
239 (void) packet_get_char(); in kex_input_kexinit()
H A Dpacket.c1277 packet_get_char(); in packet_read_poll_seqnr()
1349 packet_get_char(void) in packet_get_char() function
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth2-passwd.c53 change = packet_get_char(); in userauth_passwd()
H A Dauth-rsa.c141 response[i] = packet_get_char(); in auth_rsa_challenge_dialog()
H A Dauth2-pubkey.c71 have_sig = packet_get_char(); in userauth_pubkey()
H A Daltprivsep.c598 req_type = packet_get_char(); in aps_input_altpriv_msg()
778 if (packet_get_char() != APS_MSG_AUTH_CONTEXT) { in aps_read_auth_context()
H A Dserverloop.c1161 want_reply = packet_get_char(); in server_input_global_request()
1224 reply = packet_get_char(); in server_input_channel_req()
H A Dsshd.c1829 cipher_type = packet_get_char(); in do_ssh1_kex()
1838 if (cookie[i] != packet_get_char()) { in do_ssh1_kex()
H A Dsession.c1829 s->single_connection = packet_get_char(); in session_x11_req()
/titanic_50/usr/src/cmd/ssh/include/
H A Dpacket.h75 u_int packet_get_char(void);
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1515 reply = packet_get_char(); in client_input_channel_req()
1554 want_reply = packet_get_char(); in client_input_global_request()
H A Dsshconnect2.c458 partial = packet_get_char(); in input_userauth_failure()
1388 echo = packet_get_char(); in input_userauth_info_req()
H A Dsshconnect1.c979 cookie[i] = packet_get_char(); in ssh_kex()