Searched refs:packet_read (Results 1 – 9 of 9) sorted by relevance
105 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()
170 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()
89 #define packet_read() \ macro
276 type = packet_read(); in do_authloop()
1624 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()
784 type = packet_read(); in server_loop()
380 type = packet_read(); in ssh_userauth2()
307 type = packet_read(); in do_authenticated1()
3223 type = packet_read();