Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshkey/
Dtest_file.c94 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE); in sshkey_file_tests()
186 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE); in sshkey_file_tests()
277 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE); in sshkey_file_tests()
375 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE); in sshkey_file_tests()
441 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE); in sshkey_file_tests()
/external/openssh/
Dsshkey.h76 SSH_FP_BUBBLEBABBLE, enumerator
Dssh-keygen.c780 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in do_download()
843 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in fingerprint_one_key()
1141 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_DEFAULT; in known_hosts_find_delete()
Dsshkey.c1180 case SSH_FP_BUBBLEBABBLE: in sshkey_fingerprint()