Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect1.c57 u_int supported_authentications = 0; variable
554 supported_authentications = packet_get_int(); in ssh_kex()
696 if (supported_authentications == 0) in ssh_userauth1()
722 if ((supported_authentications & (1 << SSH_AUTH_RHOSTS_RSA)) && in ssh_userauth1()
733 if ((supported_authentications & (1 << SSH_AUTH_RSA)) && in ssh_userauth1()
751 if ((supported_authentications & (1 << SSH_AUTH_TIS)) && in ssh_userauth1()
757 if ((supported_authentications & (1 << SSH_AUTH_PASSWORD)) && in ssh_userauth1()