Searched refs:sshkey_fingerprint (Results 1 – 16 of 16) sorted by relevance
/external/openssh/ |
D | sshconnect.c | 922 fp = sshkey_fingerprint(host_key, in check_host_key() 924 ra = sshkey_fingerprint(host_key, in check_host_key() 967 fp = sshkey_fingerprint(host_key, in check_host_key() 969 ra = sshkey_fingerprint(host_key, in check_host_key() 1243 if ((fp = sshkey_fingerprint(host_key, in verify_host_key() 1407 fp = sshkey_fingerprint(found->key, in show_other_keys() 1409 ra = sshkey_fingerprint(found->key, in show_other_keys() 1433 fp = sshkey_fingerprint(host_key, options.fingerprint_hash, in warn_changed_key()
|
D | auth2-hostbased.c | 226 if ((fp = sshkey_fingerprint(key->cert->signature_key, in hostbased_key_allowed() 234 if ((fp = sshkey_fingerprint(key, in hostbased_key_allowed()
|
D | auth2-pubkey.c | 234 fp = sshkey_fingerprint(key->cert->signature_key, in pubkey_auth_info() 244 fp = sshkey_fingerprint(key, options.fingerprint_hash, in pubkey_auth_info() 770 if ((fp = sshkey_fingerprint(found, in check_authkeys_file() 811 if ((fp = sshkey_fingerprint(found, in check_authkeys_file() 839 if ((ca_fp = sshkey_fingerprint(key->cert->signature_key, in user_cert_trusted_ca() 952 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
|
D | ssh-keygen.c | 786 fp = sshkey_fingerprint(keys[i], fptype, rep); in do_download() 787 ra = sshkey_fingerprint(keys[i], fingerprint_hash, in do_download() 832 fp = sshkey_fingerprint(public, fptype, rep); in do_fingerprint() 833 ra = sshkey_fingerprint(public, fingerprint_hash, in do_fingerprint() 903 fp = sshkey_fingerprint(public, fptype, rep); in do_fingerprint() 904 ra = sshkey_fingerprint(public, fingerprint_hash, in do_fingerprint() 1122 fp = sshkey_fingerprint(l->key, fptype, rep); in known_hosts_find_delete() 1872 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in do_show_cert() 1873 ca_fp = sshkey_fingerprint(key->cert->signature_key, in do_show_cert() 2670 fp = sshkey_fingerprint(public, fingerprint_hash, in main() [all …]
|
D | auth-rsa.c | 241 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in rsa_key_allowed_in_file()
|
D | sshkey.h | 122 char *sshkey_fingerprint(const struct sshkey *,
|
D | ssh-keysign.c | 278 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
|
D | ssh-add.c | 387 fp = sshkey_fingerprint(idlist->keys[i], in list_identities()
|
D | sshconnect2.c | 592 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in input_userauth_pk_ok() 1012 if ((fp = sshkey_fingerprint(id->key, options.fingerprint_hash, in sign_and_send_pubkey() 1638 if ((fp = sshkey_fingerprint(private, options.fingerprint_hash, in userauth_hostbased()
|
D | auth.c | 701 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in auth_key_is_revoked()
|
D | clientloop.c | 2196 if ((fp = sshkey_fingerprint(ctx->keys[i], in update_known_hosts() 2204 if ((fp = sshkey_fingerprint(ctx->old_keys[i], in update_known_hosts() 2361 fp = sshkey_fingerprint(key, options.fingerprint_hash, in client_input_hostkeys()
|
D | hostfile.c | 587 if ((fp = sshkey_fingerprint(keys[i], hash_alg, in hostfile_replace_entries()
|
D | sshd.c | 950 fp = sshkey_fingerprint(key, options.fingerprint_hash, 1830 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
|
D | ssh-agent.c | 218 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT); in confirm_key()
|
D | sshkey.c | 1151 sshkey_fingerprint(const struct sshkey *k, int dgst_alg, in sshkey_fingerprint() function
|
D | ChangeLog | 3156 update to new API (key_fingerprint => sshkey_fingerprint) 3157 check sshkey_fingerprint return values; ok markus
|