Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dsshconnect1.c52 u_int supported_authentications = 0; variable
530 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()