/external/openssh/regress/unittests/sshkey/ |
D | test_file.c | 85 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/ |
D | auth2-pubkey.c | 129 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()
|
D | sshconnect.c | 924 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()
|
D | auth2-hostbased.c | 227 if ((fp = sshkey_fingerprint(key->cert->signature_key, in hostbased_key_allowed() 235 if ((fp = sshkey_fingerprint(key, in hostbased_key_allowed()
|
D | ssh-keygen.c | 788 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()
|
D | sshkey.h | 122 char *sshkey_fingerprint(const struct sshkey *,
|
D | ssh-keysign.c | 288 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
|
D | ssh-add.c | 383 fp = sshkey_fingerprint(idlist->keys[i], in list_identities()
|
D | sshconnect2.c | 617 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()
|
D | clientloop.c | 2268 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()
|
D | auth.c | 721 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in auth_key_is_revoked()
|
D | sshd.c | 864 fp = sshkey_fingerprint(key, options.fingerprint_hash, 1775 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
|
D | hostfile.c | 591 if ((fp = sshkey_fingerprint(keys[i], hash_alg, in hostfile_replace_entries()
|
D | ssh-agent.c | 221 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT); in confirm_key()
|
D | sshkey.c | 1153 sshkey_fingerprint(const struct sshkey *k, int dgst_alg, in sshkey_fingerprint() function
|