Home
last modified time | relevance | path

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

/external/openssh/
Dssh-add.c86 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
383 fingerprint_hash, SSH_FP_DEFAULT); in list_identities()
511 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
512 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()
1407 options.fingerprint_hash, SSH_FP_DEFAULT); in show_other_keys()
1409 options.fingerprint_hash, SSH_FP_RANDOMART); in show_other_keys()
1432 fp = sshkey_fingerprint(host_key, options.fingerprint_hash, in warn_changed_key()
Dauth2-pubkey.c232 options.fingerprint_hash, SSH_FP_DEFAULT); in pubkey_auth_info()
241 fp = sshkey_fingerprint(key, options.fingerprint_hash, in pubkey_auth_info()
388 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in check_authkeys_file()
429 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in check_authkeys_file()
457 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in user_cert_trusted_ca()
Dauth2-hostbased.c228 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in hostbased_key_allowed()
236 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in hostbased_key_allowed()
Dssh-keygen.c98 int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
792 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()
802 ra = sshkey_fingerprint(keys[i], fingerprint_hash, in do_download()
837 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_fingerprint()
850 ra = sshkey_fingerprint(public, fingerprint_hash, in do_fingerprint()
921 ra = sshkey_fingerprint(public, fingerprint_hash, in do_fingerprint()
1917 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in do_show_cert()
1919 fingerprint_hash, SSH_FP_DEFAULT); in do_show_cert()
2294 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
2295 if (fingerprint_hash == -1) 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.h191 int fingerprint_hash; member
Dssh-agent.07 ssh-agent [-c | -s] [-d] [-a bind_address] [-E fingerprint_hash]
38 -E fingerprint_hash
Dssh-agent.c151 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
214 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT); in confirm_key()
1187 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
1188 if (fingerprint_hash == -1) in main()
Dauth-rsa.c241 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in rsa_key_allowed_in_file()
Dssh-keysign.c277 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
Dreadconf.c1469 intptr = &options->fingerprint_hash; in process_config_line()
1676 options->fingerprint_hash = -1; in initialize_options()
1856 if (options->fingerprint_hash == -1) in fill_default_options()
1857 options->fingerprint_hash = SSH_FP_HASH_DEFAULT; in fill_default_options()
2257 dump_cfg_fmtint(oFingerprintHash, o->fingerprint_hash); in dump_client_config()
Dservconf.c169 options->fingerprint_hash = -1; in initialize_server_options()
338 if (options->fingerprint_hash == -1) in fill_default_server_options()
339 options->fingerprint_hash = SSH_FP_HASH_DEFAULT; in fill_default_server_options()
1747 options->fingerprint_hash = value; in process_server_config_line()
2166 dump_cfg_fmtint(sFingerprintHash, o->fingerprint_hash); in dump_config()
Dclientloop.c2183 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in update_known_hosts()
2191 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in update_known_hosts()
2234 options.fingerprint_hash)) != 0) in update_known_hosts()
2347 fp = sshkey_fingerprint(key, options.fingerprint_hash, in client_input_hostkeys()
Dsshconnect2.c599 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in input_userauth_pk_ok()
1019 if ((fp = sshkey_fingerprint(id->key, options.fingerprint_hash, in sign_and_send_pubkey()
1635 if ((fp = sshkey_fingerprint(private, options.fingerprint_hash, in userauth_hostbased()
Dauth.c692 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in auth_key_is_revoked()
Dsshd.c938 fp = sshkey_fingerprint(key, options.fingerprint_hash,
1812 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