/external/openssh/ |
D | sshconnect.c | 832 options.fingerprint_hash, SSH_FP_DEFAULT); in check_host_key() 834 options.fingerprint_hash, SSH_FP_RANDOMART); in check_host_key() 879 options.fingerprint_hash, SSH_FP_DEFAULT); in check_host_key() 881 options.fingerprint_hash, SSH_FP_RANDOMART); in check_host_key() 1163 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in verify_host_key() 1171 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in verify_host_key() 1326 options.fingerprint_hash, SSH_FP_DEFAULT); in show_other_keys() 1328 options.fingerprint_hash, SSH_FP_RANDOMART); in show_other_keys() 1351 fp = sshkey_fingerprint(host_key, options.fingerprint_hash, in warn_changed_key()
|
D | ssh-add.c | 90 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable 485 fingerprint_hash, SSH_FP_DEFAULT); in list_identities() 554 fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in load_resident_keys() 662 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main() 663 if (fingerprint_hash == -1) in main()
|
D | auth2-hostbased.c | 239 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in hostbased_key_allowed() 247 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in hostbased_key_allowed()
|
D | auth2-pubkey.c | 82 options.fingerprint_hash, SSH_FP_DEFAULT); in format_key() 488 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in match_principals_command() 493 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in match_principals_command() 628 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in check_authkey_line() 760 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in user_cert_trusted_ca() 915 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
|
D | ssh-keygen.c | 97 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable 836 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download() 846 ra = sshkey_fingerprint(keys[i], fingerprint_hash, in do_download() 895 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in fingerprint_one_key() 898 ra = sshkey_fingerprint(public, fingerprint_hash, SSH_FP_RANDOMART); in fingerprint_one_key() 1227 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete() 1260 fingerprint_hash, SSH_FP_RANDOMART); in known_hosts_find_delete() 1777 ca_fp = sshkey_fingerprint(ca, fingerprint_hash, SSH_FP_DEFAULT); in do_ca_sign() 2055 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in print_cert() 2057 fingerprint_hash, SSH_FP_DEFAULT); in print_cert() [all …]
|
D | readconf.h | 158 int fingerprint_hash; member
|
D | auth.c | 286 options.fingerprint_hash, SSH_FP_DEFAULT); in format_method_key() 288 options.fingerprint_hash, SSH_FP_DEFAULT); in format_method_key() 300 fp = sshkey_fingerprint(key, options.fingerprint_hash, in format_method_key() 639 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in auth_key_is_revoked()
|
D | servconf.h | 222 int fingerprint_hash; member
|
D | ssh-agent.c | 168 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable 219 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT); in confirm_key() 1218 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main() 1219 if (fingerprint_hash == -1) in main()
|
D | ssh-keysign.c | 273 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
|
D | sshconnect2.c | 620 fp = sshkey_fingerprint(id->key, options.fingerprint_hash, in format_identity() 687 fp = sshkey_fingerprint(key, options.fingerprint_hash, in input_userauth_pk_ok() 1198 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in identity_sign() 1258 if ((fp = sshkey_fingerprint(id->key, options.fingerprint_hash, in sign_and_send_pubkey() 2079 if ((fp = sshkey_fingerprint(private, options.fingerprint_hash, in userauth_hostbased()
|
D | clientloop.c | 1901 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in update_known_hosts() 1912 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in update_known_hosts() 1974 options.fingerprint_hash)) != 0) { in update_known_hosts() 2123 fp = sshkey_fingerprint(key, options.fingerprint_hash, in client_input_hostkeys()
|
D | readconf.c | 1769 intptr = &options->fingerprint_hash; in process_config_line_depth() 2019 options->fingerprint_hash = -1; in initialize_options() 2197 if (options->fingerprint_hash == -1) in fill_default_options() 2198 options->fingerprint_hash = SSH_FP_HASH_DEFAULT; in fill_default_options() 2723 dump_cfg_fmtint(oFingerprintHash, o->fingerprint_hash); in dump_client_config()
|
D | servconf.c | 194 options->fingerprint_hash = -1; in initialize_server_options() 455 if (options->fingerprint_hash == -1) in fill_default_server_options() 456 options->fingerprint_hash = SSH_FP_HASH_DEFAULT; in fill_default_server_options() 2331 options->fingerprint_hash = value; in process_server_config_line_depth() 2833 dump_cfg_fmtint(sFingerprintHash, o->fingerprint_hash); in dump_config()
|
D | auth2.c | 765 options.fingerprint_hash, SSH_FP_DEFAULT); in auth2_key_already_used()
|
D | sshd.c | 793 fp = sshkey_fingerprint(key, options.fingerprint_hash, 1848 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
|
D | monitor.c | 1437 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in mm_answer_keyverify()
|