Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-pubkey.c129 fp = sshkey_fingerprint(key, options.fingerprint_hash, SSH_FP_DEFAULT); in userauth_pubkey()
240 options.fingerprint_hash, SSH_FP_DEFAULT); in pubkey_auth_info()
249 fp = sshkey_fingerprint(key, options.fingerprint_hash, in pubkey_auth_info()
685 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in match_principals_command()
690 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in match_principals_command()
821 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in check_authkeys_file()
861 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in check_authkeys_file()
889 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in user_cert_trusted_ca()
1003 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
Dssh-add.c88 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
384 fingerprint_hash, SSH_FP_DEFAULT); in list_identities()
513 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
514 if (fingerprint_hash == -1) in main()
Dsshconnect.c925 options.fingerprint_hash, SSH_FP_DEFAULT); in check_host_key()
927 options.fingerprint_hash, SSH_FP_RANDOMART); in check_host_key()
970 options.fingerprint_hash, SSH_FP_DEFAULT); in check_host_key()
972 options.fingerprint_hash, SSH_FP_RANDOMART); in check_host_key()
1247 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in verify_host_key()
1255 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) { in verify_host_key()
1435 options.fingerprint_hash, SSH_FP_DEFAULT); in show_other_keys()
1437 options.fingerprint_hash, SSH_FP_RANDOMART); in show_other_keys()
1460 fp = sshkey_fingerprint(host_key, options.fingerprint_hash, in warn_changed_key()
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.c106 int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
779 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in do_download()
789 ra = sshkey_fingerprint(keys[i], fingerprint_hash, in do_download()
842 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in fingerprint_one_key()
845 ra = sshkey_fingerprint(public, fingerprint_hash, SSH_FP_RANDOMART); in fingerprint_one_key()
1140 fptype = print_bubblebabble ? SSH_DIGEST_SHA1 : fingerprint_hash; in known_hosts_find_delete()
1886 key_fp = sshkey_fingerprint(key, fingerprint_hash, SSH_FP_DEFAULT); in print_cert()
1888 fingerprint_hash, SSH_FP_DEFAULT); in print_cert()
2319 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
2320 if (fingerprint_hash == -1) in main()
[all …]
Dreadconf.h159 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] [-Dd] [-a bind_address] [-E fingerprint_hash]
41 -E fingerprint_hash
Dssh-agent.c158 static int fingerprint_hash = SSH_FP_HASH_DEFAULT; variable
221 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT); in confirm_key()
1246 fingerprint_hash = ssh_digest_alg_by_name(optarg); in main()
1247 if (fingerprint_hash == -1) in main()
Dssh-keysign.c288 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
Dservconf.c169 options->fingerprint_hash = -1; in initialize_server_options()
336 if (options->fingerprint_hash == -1) in fill_default_server_options()
337 options->fingerprint_hash = SSH_FP_HASH_DEFAULT; in fill_default_server_options()
1846 options->fingerprint_hash = value; in process_server_config_line()
2294 dump_cfg_fmtint(sFingerprintHash, o->fingerprint_hash); in dump_config()
Dreadconf.c1645 intptr = &options->fingerprint_hash; in process_config_line_depth()
1878 options->fingerprint_hash = -1; in initialize_options()
2065 if (options->fingerprint_hash == -1) in fill_default_options()
2066 options->fingerprint_hash = SSH_FP_HASH_DEFAULT; in fill_default_options()
2527 dump_cfg_fmtint(oFingerprintHash, o->fingerprint_hash); in dump_client_config()
Dclientloop.c2269 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in update_known_hosts()
2277 options.fingerprint_hash, SSH_FP_DEFAULT)) == NULL) in update_known_hosts()
2320 options.fingerprint_hash)) != 0) in update_known_hosts()
2453 fp = sshkey_fingerprint(key, options.fingerprint_hash, in client_input_hostkeys()
Dsshconnect2.c617 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in input_userauth_pk_ok()
1074 if ((fp = sshkey_fingerprint(id->key, options.fingerprint_hash, in sign_and_send_pubkey()
1784 if ((fp = sshkey_fingerprint(private, options.fingerprint_hash, in userauth_hostbased()
Dauth.c721 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in auth_key_is_revoked()
Dsshd.c848 fp = sshkey_fingerprint(key, options.fingerprint_hash,
1724 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
Dssh-keygen.014 ssh-keygen -l [-v] [-E fingerprint_hash] [-f input_keyfile]
131 -E fingerprint_hash