Home
last modified time | relevance | path

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

/third_party/curl/lib/vssh/
H A Dlibssh2.c647 const char *pubkey_sha256 = data->set.str[STRING_SSH_HOST_PUBLIC_KEY_SHA256]; in ssh_check_fingerprint() local
652 pubkey_sha256 != NULL ? pubkey_sha256 : "NULL"); in ssh_check_fingerprint()
654 if(pubkey_sha256) { in ssh_check_fingerprint()
705 while((pubkey_sha256[pub_pos] != '=') && pubkey_sha256[pub_pos]) { in ssh_check_fingerprint()
719 strncmp(fingerprint_b64, pubkey_sha256, pub_pos)) { in ssh_check_fingerprint()
722 "Remote %s is not equal to %s", fingerprint_b64, pubkey_sha256); in ssh_check_fingerprint()
771 if(!pubkey_md5 && !pubkey_sha256) { in ssh_check_fingerprint()

Completed in 5 milliseconds