Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dssh-keygen.c91 static int print_bubblebabble = 0; variable
859 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()
860 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in do_download()
918 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in fingerprint_one_key()
919 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in fingerprint_one_key()
1250 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete()
1251 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in known_hosts_find_delete()
3432 print_bubblebabble = 1; in main()
3740 if (print_fingerprint || print_bubblebabble) in main()