Searched refs:ssh_session (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dssh.c524 const char *remotekey = libssh2_session_hostkey(sshc->ssh_session,
642 const char *fingerprint = libssh2_hostkey_hash(sshc->ssh_session,
708 libssh2_session_set_blocking(sshc->ssh_session, 0);
714 rc = libssh2_session_startup(sshc->ssh_session, (int)sock);
751 sshc->authlist = libssh2_userauth_list(sshc->ssh_session,
756 if(libssh2_userauth_authenticated(sshc->ssh_session)) {
762 else if((err = libssh2_session_last_errno(sshc->ssh_session)) ==
850 rc = libssh2_userauth_publickey_fromfile_ex(sshc->ssh_session,
870 (void)libssh2_session_last_error(sshc->ssh_session,
888 rc = libssh2_userauth_password_ex(sshc->ssh_session, con
[all...]
H A Dssh.h139 LIBSSH2_SESSION *ssh_session; /* Secure Shell session */ member in struct:ssh_conn
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dlibssh.c33 ssh_session session;

Completed in 40 milliseconds