Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dlibssh.c75 int auth_methods; in libssh_authentication() local
83 auth_methods = ssh_userauth_list(libssh->session, NULL); in libssh_authentication()
85 if (auth_methods & SSH_AUTH_METHOD_PUBLICKEY) { in libssh_authentication()
106 if (!authorized && password && (auth_methods & SSH_AUTH_METHOD_PASSWORD)) { in libssh_authentication()