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

/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keygen.c96 int print_bubblebabble = 0; variable
738 fptype = print_bubblebabble ? SSH_FP_SHA1 : SSH_FP_MD5;
739 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX;
781 fptype = print_bubblebabble ? SSH_FP_SHA1 : SSH_FP_MD5;
782 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX;
980 fptype = print_bubblebabble ? SSH_FP_SHA1 : SSH_FP_MD5;
981 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX;
2269 print_bubblebabble = 1;
2464 if (print_fingerprint || print_bubblebabble)

Completed in 66 milliseconds