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

/freebsd-10.0-release/crypto/openssh/
H A Dauth2-passwd.c57 change = packet_get_char();
H A Dttymodes.c365 get_arg = packet_get_char;
381 opcode = packet_get_char();
438 (void) packet_get_char();
H A Dpacket.h66 u_int packet_get_char(void);
H A Droaming_client.c183 (void)packet_get_char();
195 i = packet_get_char(); /* first_kex_packet_follows */
H A Dauth-rsa.c155 response[i] = (u_char)packet_get_char();
H A Dkex.c293 packet_get_char();
306 (void) packet_get_char(); /* first_kex_follows */
H A Dsshconnect1.c500 cookie[i] = packet_get_char();
H A Dserverloop.c1130 want_reply = packet_get_char();
1201 reply = packet_get_char();
H A Dauth2-pubkey.c88 have_sig = packet_get_char();
H A Dssh_namespace.h348 #define packet_get_char ssh_packet_get_char macro
H A Dclientloop.c2046 reply = packet_get_char();
2091 want_reply = packet_get_char();
H A Dpacket.c1464 packet_get_char();
1538 packet_get_char(void) function
H A Dsshconnect2.c568 partial = packet_get_char();
1619 echo = packet_get_char();
H A Dsshd.c2349 cipher_type = packet_get_char();
2357 if (cookie[i] != packet_get_char())
H A Dsession.c2163 s->single_connection = packet_get_char();

Completed in 227 milliseconds