Searched refs:hostkey (Results 1 – 1 of 1) sorted by relevance
617 const char *hostkey; in ssh_check_fingerprint() local621 hostkey = libssh2_session_hostkey(sshc->ssh_session, &len, NULL); in ssh_check_fingerprint()622 if(hostkey) { in ssh_check_fingerprint()623 if(!Curl_sha256it(hash, (const unsigned char *) hostkey, len)) in ssh_check_fingerprint()
Completed in 10 milliseconds