Searched refs:fptype (Results 1 – 1 of 1) sorted by relevance
776 int fptype; in do_download() local779 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()788 fp = sshkey_fingerprint(keys[i], fptype, rep); in do_download()840 int fptype; in fingerprint_one_key() local842 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in fingerprint_one_key()844 fp = sshkey_fingerprint(public, fptype, rep); in fingerprint_one_key()1137 int fptype; in known_hosts_find_delete() local1140 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete()1171 fp = sshkey_fingerprint(l->key, fptype, rep); in known_hosts_find_delete()