Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshkey/
Dtest_file.c85 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA256, SSH_FP_BASE64); in sshkey_file_tests()
94 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE); in sshkey_file_tests()
167 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA256, SSH_FP_BASE64); in sshkey_file_tests()
176 cp = sshkey_fingerprint(k2, SSH_DIGEST_SHA256, SSH_FP_BASE64); in sshkey_file_tests()
186 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE); in sshkey_file_tests()
258 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA256, SSH_FP_BASE64); in sshkey_file_tests()
267 cp = sshkey_fingerprint(k2, SSH_DIGEST_SHA256, SSH_FP_BASE64); in sshkey_file_tests()
277 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA1, SSH_FP_BUBBLEBABBLE); in sshkey_file_tests()
356 cp = sshkey_fingerprint(k1, SSH_DIGEST_SHA256, SSH_FP_BASE64); in sshkey_file_tests()
365 cp = sshkey_fingerprint(k2, SSH_DIGEST_SHA256, SSH_FP_BASE64); in sshkey_file_tests()
[all …]
/external/openssh/
Dauth2-pubkey.c129 fp = sshkey_fingerprint(key, options.fingerprint_hash, SSH_FP_DEFAULT); in userauth_pubkey()
239 fp = sshkey_fingerprint(key->cert->signature_key, in pubkey_auth_info()
249 fp = sshkey_fingerprint(key, options.fingerprint_hash, in pubkey_auth_info()
684 if ((ca_fp = sshkey_fingerprint(cert->signature_key, in match_principals_command()
689 if ((key_fp = sshkey_fingerprint(key, in match_principals_command()
820 if ((fp = sshkey_fingerprint(found, in check_authkeys_file()
860 if ((fp = sshkey_fingerprint(found, in check_authkeys_file()
888 if ((ca_fp = sshkey_fingerprint(key->cert->signature_key, in user_cert_trusted_ca()
1003 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
Dsshconnect.c924 fp = sshkey_fingerprint(host_key, in check_host_key()
926 ra = sshkey_fingerprint(host_key, in check_host_key()
969 fp = sshkey_fingerprint(host_key, in check_host_key()
971 ra = sshkey_fingerprint(host_key, in check_host_key()
1246 if ((fp = sshkey_fingerprint(host_key, in verify_host_key()
1254 if ((cafp = sshkey_fingerprint(host_key->cert->signature_key, in verify_host_key()
1434 fp = sshkey_fingerprint(found->key, in show_other_keys()
1436 ra = sshkey_fingerprint(found->key, in show_other_keys()
1460 fp = sshkey_fingerprint(host_key, options.fingerprint_hash, in warn_changed_key()
Dauth2-hostbased.c227 if ((fp = sshkey_fingerprint(key->cert->signature_key, in hostbased_key_allowed()
235 if ((fp = sshkey_fingerprint(key, in hostbased_key_allowed()
Dssh-keygen.c788 fp = sshkey_fingerprint(keys[i], fptype, rep); in do_download()
789 ra = sshkey_fingerprint(keys[i], fingerprint_hash, in do_download()
844 fp = sshkey_fingerprint(public, fptype, rep); in fingerprint_one_key()
845 ra = sshkey_fingerprint(public, fingerprint_hash, SSH_FP_RANDOMART); in fingerprint_one_key()
1171 fp = sshkey_fingerprint(l->key, fptype, rep); in known_hosts_find_delete()
1886 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in print_cert()
1887 ca_fp = sshkey_fingerprint(key->cert->signature_key, in print_cert()
2751 fp = sshkey_fingerprint(public, fingerprint_hash, in main()
2753 ra = sshkey_fingerprint(public, fingerprint_hash, in main()
Dsshkey.h122 char *sshkey_fingerprint(const struct sshkey *,
Dssh-keysign.c288 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
Dssh-add.c383 fp = sshkey_fingerprint(idlist->keys[i], in list_identities()
Dsshconnect2.c617 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in input_userauth_pk_ok()
1074 if ((fp = sshkey_fingerprint(id->key, options.fingerprint_hash, in sign_and_send_pubkey()
1784 if ((fp = sshkey_fingerprint(private, options.fingerprint_hash, in userauth_hostbased()
Dclientloop.c2268 if ((fp = sshkey_fingerprint(ctx->keys[i], in update_known_hosts()
2276 if ((fp = sshkey_fingerprint(ctx->old_keys[i], in update_known_hosts()
2453 fp = sshkey_fingerprint(key, options.fingerprint_hash, in client_input_hostkeys()
Dauth.c721 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in auth_key_is_revoked()
Dsshd.c864 fp = sshkey_fingerprint(key, options.fingerprint_hash,
1775 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
Dhostfile.c591 if ((fp = sshkey_fingerprint(keys[i], hash_alg, in hostfile_replace_entries()
Dssh-agent.c221 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT); in confirm_key()
Dsshkey.c1153 sshkey_fingerprint(const struct sshkey *k, int dgst_alg, in sshkey_fingerprint() function