Searched refs:pubkey_sha256 (Results 1 – 1 of 1) sorted by relevance
651 const char *pubkey_sha256 = data->set.str[STRING_SSH_HOST_PUBLIC_KEY_SHA256]; in ssh_check_fingerprint() local656 pubkey_sha256 != NULL ? pubkey_sha256 : "NULL"); in ssh_check_fingerprint()658 if(pubkey_sha256) { in ssh_check_fingerprint()709 while((pubkey_sha256[pub_pos] != '=') && pubkey_sha256[pub_pos]) { in ssh_check_fingerprint()723 strncmp(fingerprint_b64, pubkey_sha256, pub_pos)) { in ssh_check_fingerprint()726 "Remote %s is not equal to %s", fingerprint_b64, pubkey_sha256); in ssh_check_fingerprint()775 if(!pubkey_md5 && !pubkey_sha256) { in ssh_check_fingerprint()
Completed in 14 milliseconds