Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dlibssh.c72 static av_cold int libssh_authentication(LIBSSHContext *libssh, const char *user, const char *passw… in libssh_authentication() function
220 if ((ret = libssh_authentication(libssh, user, pass)) < 0) in libssh_connect()