Searched refs:packet_read (Results 1 – 12 of 12) sorted by relevance
96 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()
178 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()
56 int packet_read(void);
76 type = packet_read(); in kexgex_server()
1180 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()
284 type = packet_read(); in do_authloop()
469 type = packet_read(); in kex_choose_conf()
1113 packet_read(void) in packet_read() function1128 type = packet_read(); in packet_read_expect()
779 type = packet_read(); in server_loop()
379 type = packet_read(); in ssh_userauth2()
320 type = packet_read(); in do_authenticated1()
2891 type = packet_read();