Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keygen.c842 int fptype; in do_download() local
845 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()
854 fp = sshkey_fingerprint(keys[i], fptype, rep); in do_download()
902 int fptype; in fingerprint_one_key() local
904 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in fingerprint_one_key()
906 fp = sshkey_fingerprint(public, fptype, rep); in fingerprint_one_key()
1232 int fptype; in known_hosts_find_delete() local
1235 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete()
1266 fp = sshkey_fingerprint(l->key, fptype, rep); in known_hosts_find_delete()
/dragonfly/usr.sbin/tcpdump/
H A DMakefile10 fptype.c \