Searched refs:SSH_AUTH_RSA (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ | ||
D | ssh1.h | 81 #define SSH_AUTH_RSA 2 macro |
D | sshconnect1.c | 714 if ((supported_authentications & (1 << SSH_AUTH_RSA)) && in ssh_userauth1() |
D | sshd.c | 2179 auth_mask |= 1 << SSH_AUTH_RSA; |