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

/freebsd-10-stable/crypto/openssh/
H A Dssh-keygen.c101 int print_bubblebabble = 0; variable
777 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash;
778 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT;
840 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash;
841 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT;
1137 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash;
1138 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT;
2330 print_bubblebabble = 1;
2534 if (print_fingerprint || print_bubblebabble)

Completed in 50 milliseconds