Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keygen.c103 int print_bubblebabble = 0; variable
779 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()
780 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in do_download()
842 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in fingerprint_one_key()
843 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in fingerprint_one_key()
1140 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete()
1141 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in known_hosts_find_delete()
2344 print_bubblebabble = 1; in main()
2555 if (print_fingerprint || print_bubblebabble) in main()