Home
last modified time | relevance | path

Searched refs:fingerprint_hash (Results 1 – 17 of 17) sorted by relevance

/external/openssh/
Dsshconnect.c832 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()
Dssh-add.c90 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()
Dauth2-hostbased.c239 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in hostbased_key_allowed()
247 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in hostbased_key_allowed()
Dauth2-pubkey.c82 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()
Dssh-keygen.c97 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 …]
Dreadconf.h158 int fingerprint_hash; member
Dauth.c286 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()
Dservconf.h222 int fingerprint_hash; member
Dssh-agent.c168 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()
Dssh-keysign.c273 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
Dsshconnect2.c620 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()
Dclientloop.c1901 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()
Dreadconf.c1769 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()
Dservconf.c194 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()
Dauth2.c765 options.fingerprint_hash, SSH_FP_DEFAULT); in auth2_key_already_used()
Dsshd.c793 fp = sshkey_fingerprint(key, options.fingerprint_hash,
1848 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
Dmonitor.c1437 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in mm_answer_keyverify()