Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dlibssh2.c621 const char *pubkey_md5 = data->set.str[STRING_SSH_HOST_PUBLIC_KEY_MD5]; in ssh_check_fingerprint() local
638 if(pubkey_md5 && strlen(pubkey_md5) == 32) { in ssh_check_fingerprint()
639 if(!fingerprint || !strcasecompare(md5buffer, pubkey_md5)) { in ssh_check_fingerprint()
643 "Remote %s is not equal to %s", md5buffer, pubkey_md5); in ssh_check_fingerprint()
Dlibssh.c352 const char *pubkey_md5 = data->set.str[STRING_SSH_HOST_PUBLIC_KEY_MD5]; in myssh_is_known() local
367 if(!strcasecompare(md5buffer, pubkey_md5)) { in myssh_is_known()
370 "Remote %s is not equal to %s", md5buffer, pubkey_md5); in myssh_is_known()