Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c96 type = packet_read(); in try_agent_authentication()
136 type = packet_read(); in try_agent_authentication()
226 type = packet_read(); in try_rsa_authentication()
310 type = packet_read(); in try_rsa_authentication()
343 type = packet_read(); in try_rhosts_rsa_authentication()
370 type = packet_read(); in try_rhosts_rsa_authentication()
401 type = packet_read(); in try_challenge_response_authentication()
432 type = packet_read(); in try_challenge_response_authentication()
466 type = packet_read(); in try_password_authentication()
691 type = packet_read(); in ssh_userauth1()
Droaming_client.c178 if ((type = packet_read()) != SSH2_MSG_KEXINIT) { in roaming_resume()
200 (void)packet_read(); /* Wrong guess - discard packet */ in roaming_resume()
207 if ((type = packet_read()) != SSH2_MSG_KEX_ROAMING_AUTH_REQUIRED) { in roaming_resume()
214 if ((type = packet_read()) != SSH2_MSG_KEX_ROAMING_AUTH_OK) { in roaming_resume()
Dpacket.h56 int packet_read(void);
Dkexgexs.c76 type = packet_read(); in kexgex_server()
Dssh.c1180 type = packet_read(); in ssh_session()
1219 type = packet_read(); in ssh_session()
1245 type = packet_read(); in ssh_session()
1267 type = packet_read(); in ssh_session()
Dauth1.c284 type = packet_read(); in do_authloop()
Dkex.c469 type = packet_read(); in kex_choose_conf()
Dpacket.c1113 packet_read(void) in packet_read() function
1128 type = packet_read(); in packet_read_expect()
Dserverloop.c779 type = packet_read(); in server_loop()
Dsshconnect2.c379 type = packet_read(); in ssh_userauth2()
Dsession.c320 type = packet_read(); in do_authenticated1()
Dchannels.c2891 type = packet_read();