Searched refs:remotekey (Results 1 – 1 of 1) sorted by relevance
/curl/lib/vssh/ |
H A D | libssh2.c | 484 const char *remotekey = libssh2_session_hostkey(sshc->ssh_session, in ssh_knownhost() local 489 if(remotekey) { in ssh_knownhost() 543 remotekey, keylen, in ssh_knownhost() 551 remotekey, keylen, in ssh_knownhost() 571 foundkey.key = remotekey; in ssh_knownhost() 616 remotekey, keylen, in ssh_knownhost() 781 const char *remotekey = libssh2_session_hostkey(sshc->ssh_session, in ssh_check_fingerprint() local 783 if(remotekey) { in ssh_check_fingerprint() 787 (int)keytype, remotekey, keylen); in ssh_check_fingerprint()
|
Completed in 10 milliseconds