Home
last modified time | relevance | path

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

/external/openssh/
Dssh-add.c88 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
388 fingerprint_hash, SSH_FP_DEFAULT); in list_identities()
516 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
517 if (fingerprint_hash == -1) in main()
Dsshconnect.c923 options.fingerprint_hash, SSH_FP_DEFAULT); in check_host_key()
925 options.fingerprint_hash, SSH_FP_RANDOMART); in check_host_key()
968 options.fingerprint_hash, SSH_FP_DEFAULT); in check_host_key()
970 options.fingerprint_hash, SSH_FP_RANDOMART); in check_host_key()
1244 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in verify_host_key()
1408 options.fingerprint_hash, SSH_FP_DEFAULT); in show_other_keys()
1410 options.fingerprint_hash, SSH_FP_RANDOMART); in show_other_keys()
1433 fp = sshkey_fingerprint(host_key, options.fingerprint_hash, in warn_changed_key()
Dauth2-hostbased.c227 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in hostbased_key_allowed()
235 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in hostbased_key_allowed()
Dauth2-pubkey.c235 options.fingerprint_hash, SSH_FP_DEFAULT); in pubkey_auth_info()
244 fp = sshkey_fingerprint(key, options.fingerprint_hash, in pubkey_auth_info()
771 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in check_authkeys_file()
812 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in check_authkeys_file()
840 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in user_cert_trusted_ca()
952 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
Dssh-keygen.c104 int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
777 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()
787 ra = sshkey_fingerprint(keys[i], fingerprint_hash, in do_download()
822 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_fingerprint()
833 ra = sshkey_fingerprint(public, fingerprint_hash, in do_fingerprint()
904 ra = sshkey_fingerprint(public, fingerprint_hash, in do_fingerprint()
1091 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete()
1872 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in do_show_cert()
1874 fingerprint_hash, SSH_FP_DEFAULT); in do_show_cert()
2245 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
[all …]
Dreadconf.h149 int fingerprint_hash; member
Dssh-add.07 ssh-add [-cDdkLlXx] [-E fingerprint_hash] [-t life] [file ...]
46 -E fingerprint_hash
Dservconf.h197 int fingerprint_hash; member
Dssh-agent.07 ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]
41 -E fingerprint_hash
Dauth-rsa.c241 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in rsa_key_allowed_in_file()
Dssh-agent.c155 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
218 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT); in confirm_key()
1213 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
1214 if (fingerprint_hash == -1) in main()
Dssh-keysign.c278 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
Dreadconf.c1474 intptr = &options->fingerprint_hash; in process_config_line()
1676 options->fingerprint_hash = -1; in initialize_options()
1853 if (options->fingerprint_hash == -1) in fill_default_options()
1854 options->fingerprint_hash = SSH_FP_HASH_DEFAULT; in fill_default_options()
2261 dump_cfg_fmtint(oFingerprintHash, o->fingerprint_hash); in dump_client_config()
Dservconf.c175 options->fingerprint_hash = -1; in initialize_server_options()
346 if (options->fingerprint_hash == -1) in fill_default_server_options()
347 options->fingerprint_hash = SSH_FP_HASH_DEFAULT; in fill_default_server_options()
1847 options->fingerprint_hash = value; in process_server_config_line()
2288 dump_cfg_fmtint(sFingerprintHash, o->fingerprint_hash); in dump_config()
Dclientloop.c2197 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in update_known_hosts()
2205 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in update_known_hosts()
2248 options.fingerprint_hash)) != 0) in update_known_hosts()
2361 fp = sshkey_fingerprint(key, options.fingerprint_hash, in client_input_hostkeys()
Dsshconnect2.c592 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()
Dauth.c701 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in auth_key_is_revoked()
Dsshd.c950 fp = sshkey_fingerprint(key, options.fingerprint_hash,
1830 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
Dssh-keygen.014 ssh-keygen -l [-v] [-E fingerprint_hash] [-f input_keyfile]
127 -E fingerprint_hash