Home
last modified time | relevance | path

Searched refs:packet_read (Results 1 – 9 of 9) sorted by relevance

/external/openssh/
Dsshconnect1.c105 type = packet_read(); in try_agent_authentication()
145 type = packet_read(); in try_agent_authentication()
240 type = packet_read(); in try_rsa_authentication()
324 type = packet_read(); in try_rsa_authentication()
357 type = packet_read(); in try_rhosts_rsa_authentication()
384 type = packet_read(); in try_rhosts_rsa_authentication()
415 type = packet_read(); in try_challenge_response_authentication()
446 type = packet_read(); in try_challenge_response_authentication()
480 type = packet_read(); in try_password_authentication()
707 type = packet_read(); in ssh_userauth1()
Droaming_client.c170 if ((type = packet_read()) != SSH2_MSG_KEXINIT) { in roaming_resume()
192 (void)packet_read(); /* Wrong guess - discard packet */ in roaming_resume()
199 if ((type = packet_read()) != SSH2_MSG_KEX_ROAMING_AUTH_REQUIRED) { in roaming_resume()
206 if ((type = packet_read()) != SSH2_MSG_KEX_ROAMING_AUTH_OK) { in roaming_resume()
Dopacket.h89 #define packet_read() \ macro
Dauth1.c276 type = packet_read(); in do_authloop()
Dssh.c1624 type = packet_read(); in ssh_session()
1663 type = packet_read(); in ssh_session()
1689 type = packet_read(); in ssh_session()
1711 type = packet_read(); in ssh_session()
Dserverloop.c784 type = packet_read(); in server_loop()
Dsshconnect2.c380 type = packet_read(); in ssh_userauth2()
Dsession.c307 type = packet_read(); in do_authenticated1()
Dchannels.c3223 type = packet_read();