Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshconnect.c855 if ((key_fp = sshkey_fingerprint(host_key, in load_hostkeys_command()
1094 fp = sshkey_fingerprint(host_key, in check_host_key()
1096 ra = sshkey_fingerprint(host_key, in check_host_key()
1145 fp = sshkey_fingerprint(host_key, in check_host_key()
1147 ra = sshkey_fingerprint(host_key, in check_host_key()
1428 if ((fp = sshkey_fingerprint(host_key, in verify_host_key()
1436 if ((cafp = sshkey_fingerprint(host_key->cert->signature_key, in verify_host_key()
1593 fp = sshkey_fingerprint(found->key, in show_other_keys()
1595 ra = sshkey_fingerprint(found->key, in show_other_keys()
1619 fp = sshkey_fingerprint(host_key, options.fingerprint_hash, in warn_changed_key()
H A Dauth2-pubkey.c79 char *ret, *fp = sshkey_fingerprint(key, in format_key()
401 if ((ca_fp = sshkey_fingerprint(cert->signature_key, in match_principals_command()
406 if ((key_fp = sshkey_fingerprint(key, in match_principals_command()
500 if ((ca_fp = sshkey_fingerprint(key->cert->signature_key, in user_cert_trusted_ca()
659 if ((key_fp = sshkey_fingerprint(key, options.fingerprint_hash, in user_key_command_allowed2()
H A Dauth.c241 fp = sshkey_fingerprint(key, in format_method_key()
243 cafp = sshkey_fingerprint(key->cert->signature_key, in format_method_key()
256 fp = sshkey_fingerprint(key, options.fingerprint_hash, in format_method_key()
537 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in auth_key_is_revoked()
H A Dauth2-hostbased.c241 if ((fp = sshkey_fingerprint(key->cert->signature_key, in hostbased_key_allowed()
249 if ((fp = sshkey_fingerprint(key, in hostbased_key_allowed()
H A Dssh-agent.c273 if ((fp = sshkey_fingerprint(key, SSH_FP_HASH_DEFAULT, in match_key_hop()
283 if ((fp = sshkey_fingerprint(dch->keys[i], SSH_FP_HASH_DEFAULT, in match_key_hop()
402 (fp1 = sshkey_fingerprint(fromkey, SSH_FP_HASH_DEFAULT, in identity_permitted()
405 if ((fp2 = sshkey_fingerprint(hks->key, SSH_FP_HASH_DEFAULT, in identity_permitted()
488 p = sshkey_fingerprint(id->key, fingerprint_hash, SSH_FP_DEFAULT); in confirm_key()
751 if ((fp = sshkey_fingerprint(key, SSH_FP_HASH_DEFAULT, in process_sign_request2()
991 if ((fp = sshkey_fingerprint(k, SSH_FP_HASH_DEFAULT, in parse_dest_constraint_hop()
1280 if ((fp = sshkey_fingerprint(k, SSH_FP_HASH_DEFAULT, in process_add_identity()
1508 if ((fp = sshkey_fingerprint(key, SSH_FP_HASH_DEFAULT, in process_ext_session_bind()
H A Dssh-keygen.c854 fp = sshkey_fingerprint(keys[i], fptype, rep); in do_download()
855 ra = sshkey_fingerprint(keys[i], fingerprint_hash, in do_download()
906 fp = sshkey_fingerprint(public, fptype, rep); in fingerprint_one_key()
1266 fp = sshkey_fingerprint(l->key, fptype, rep); in known_hosts_find_delete()
1267 ra = sshkey_fingerprint(l->key, in known_hosts_find_delete()
2108 ca_fp = sshkey_fingerprint(key->cert->signature_key, in print_cert()
2576 if ((fp = sshkey_fingerprint(signkey, fingerprint_hash, in sign_one()
2800 if ((fp = sshkey_fingerprint(sign_key, fingerprint_hash, in sig_verify()
3164 if ((fp = sshkey_fingerprint(key, fingerprint_hash, in do_download_sk()
3909 fp = sshkey_fingerprint(public, fingerprint_hash, in main()
[all …]
H A Dssh-keysign.c286 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in main()
H A Dsshkey.h172 char *sshkey_fingerprint(const struct sshkey *,
H A Dssh-add.c526 fp = sshkey_fingerprint(idlist->keys[i], in list_identities()
598 if ((fp = sshkey_fingerprint(key, in load_resident_keys()
H A Dsshconnect2.c689 fp = sshkey_fingerprint(id->key, options.fingerprint_hash, in format_identity()
756 fp = sshkey_fingerprint(key, options.fingerprint_hash, in input_userauth_pk_ok()
1281 if ((fp = sshkey_fingerprint(sign_key, in identity_sign()
1364 if ((fp = sshkey_fingerprint(id->key, options.fingerprint_hash, in sign_and_send_pubkey()
2215 if ((fp = sshkey_fingerprint(private, options.fingerprint_hash, in userauth_hostbased()
H A Dauth2-pubkeyfile.c320 if ((fp = sshkey_fingerprint(found, in auth_check_authkey_line()
H A Dclientloop.c2020 if ((fp = sshkey_fingerprint(ctx->keys[i], in update_known_hosts()
2031 if ((fp = sshkey_fingerprint(ctx->old_keys[i], in update_known_hosts()
2259 fp = sshkey_fingerprint(key, options.fingerprint_hash, in client_input_hostkeys()
H A Dkrl.c1385 if ((fp = sshkey_fingerprint(key, SSH_FP_HASH_DEFAULT, in krl_dump()
1415 if ((fp = sshkey_fingerprint(rc->ca_key, in krl_dump()
H A Dauth2.c793 fp = sshkey_fingerprint(authctxt->prev_keys[i], in auth2_key_already_used()
H A Dsshd.c782 fp = sshkey_fingerprint(key, options.fingerprint_hash,
1910 if ((fp = sshkey_fingerprint(pubkey, options.fingerprint_hash,
H A Dhostfile.c647 if ((fp = sshkey_fingerprint(keys[i], hash_alg, in hostfile_replace_entries()
H A Dmonitor.c1442 if ((fp = sshkey_fingerprint(key, options.fingerprint_hash, in mm_answer_keyverify()
H A Dsshkey.c1277 sshkey_fingerprint(const struct sshkey *k, int dgst_alg, in sshkey_fingerprint() function