Home
last modified time | relevance | path

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

/curl/lib/vssh/
H A Dlibssh2.c649 const char *pubkey_md5 = data->set.str[STRING_SSH_HOST_PUBLIC_KEY_MD5]; in ssh_check_fingerprint() local
653 pubkey_md5 != NULL ? pubkey_md5 : "NULL"); in ssh_check_fingerprint()
737 if(pubkey_md5) { in ssh_check_fingerprint()
756 if(!fingerprint || !strcasecompare(md5buffer, pubkey_md5)) { in ssh_check_fingerprint()
760 "Remote %s is not equal to %s", md5buffer, pubkey_md5); in ssh_check_fingerprint()
774 if(!pubkey_md5 && !pubkey_sha256) { in ssh_check_fingerprint()
H A Dlibssh.c364 const char *pubkey_md5 = data->set.str[STRING_SSH_HOST_PUBLIC_KEY_MD5]; in myssh_is_known() local
379 if(!strcasecompare(md5buffer, pubkey_md5)) { in myssh_is_known()
382 "Remote %s is not equal to %s", md5buffer, pubkey_md5); in myssh_is_known()

Completed in 26 milliseconds