Searched refs:supported_authentications (Results 1 – 1 of 1) sorted by relevance
52 u_int supported_authentications = 0; variable530 supported_authentications = packet_get_int(); in ssh_kex()669 if (supported_authentications == 0) in ssh_userauth1()695 if ((supported_authentications & (1 << SSH_AUTH_RHOSTS_RSA)) && in ssh_userauth1()706 if ((supported_authentications & (1 << SSH_AUTH_RSA)) && in ssh_userauth1()724 if ((supported_authentications & (1 << SSH_AUTH_TIS)) && in ssh_userauth1()730 if ((supported_authentications & (1 << SSH_AUTH_PASSWORD)) && in ssh_userauth1()