/dflybsd-src/crypto/openssh/ |
H A D | sshd-session.c | 487 append_hostkey_type(b, sshkey_ssh_name(key)); in list_hostkey_types() 508 append_hostkey_type(b, sshkey_ssh_name(key)); in list_hostkey_types() 637 debug3_f("key %d: %s %s", i, sshkey_ssh_name(key), fp); in notify_hostkeys() 709 debug2_f("privkey %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys() 718 debug2_f("pubkey %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys() 727 debug2_f("cert %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys()
|
H A D | sshconnect.c | 728 const char *ktype = sshkey_ssh_name(key); in hostkey_accepted_by_hostkeyalgs() 914 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key), in load_hostkeys_command() 1046 sshkey_ssh_name(host_key)); in check_host_key() 1497 sshkey_ssh_name(host_key), fp, in verify_host_key() 1500 sshkey_ssh_name(host_key->cert->signature_key), cafp, in verify_host_key() 1507 debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp); in verify_host_key()
|
H A D | sshconnect2.c | 1166 return match_list(sshkey_ssh_name(key), in key_sig_algorithm() 1599 if (match_pattern_list(sshkey_ssh_name(key), in key_type_allowed_by_config() 1732 sshkey_ssh_name(idlist->keys[j])); in pubkey_prepare() 1798 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare() 1804 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare() 2160 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased() 2188 sshkey_ssh_name(private), fp, authctxt->active_ktype); in userauth_hostbased() 2229 sshkey_ssh_name(private), fp); in userauth_hostbased()
|
H A D | auth2-pubkey.c | 425 "t", sshkey_ssh_name(key), in match_principals_command() 426 "T", sshkey_ssh_name(cert->signature_key), in match_principals_command() 686 "t", sshkey_ssh_name(key), in user_key_command_allowed2()
|
H A D | clientloop.c | 2103 sshkey_ssh_name(ctx->keys[i]), in hostkeys_find() 2151 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum); in hostkeys_find() 2156 debug3_f("deprecated %s key at %s:%ld", sshkey_ssh_name(l->key), in hostkeys_find() 2185 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum, in hostkeys_check_old() 2473 "HostkeyAlgorithms", sshkey_ssh_name(key)); in client_input_hostkeys() 2479 sshkey_ssh_name(key)); in client_input_hostkeys() 2486 sshkey_ssh_name(key)); in client_input_hostkeys()
|
H A D | sshkey.h | 265 const char *sshkey_ssh_name(const struct sshkey *);
|
H A D | sshkey.c | 239 sshkey_ssh_name(const struct sshkey *k) in sshkey_ssh_name() function 1286 sshkey_ssh_name(key), uu)) != 0) in sshkey_format_text() 1547 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k)); in sshkey_shield_private() 1683 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k)); in sshkey_unshield_private() 2217 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0) in sshkey_certify_custom() 2456 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0) in sshkey_private_serialize_opt()
|
H A D | krl.c | 1330 fprintf(f, "hash: %s # %s\n", fp, sshkey_ssh_name(key)); in krl_dump() 1361 sshkey_ssh_name(rc->ca_key), fp); in krl_dump()
|
H A D | sshd.c | 1148 fatal_fr(r, "encode %s key", sshkey_ssh_name(key)); in accumulate_host_timing_secret() 1550 key ? "private" : "agent", i, sshkey_ssh_name(pubkey), fp); in main()
|
H A D | ssh-agent.c | 315 dch->keys[i] == NULL ? "" : sshkey_ssh_name(dch->keys[i]), in dump_dest_constraint_hop() 635 sshkey_ssh_name(id->key), fp); in process_request_identities() 1443 sshkey_ssh_name(k), fp, comment, seconds, confirm, in process_add_identity()
|
H A D | ssh-add.c | 997 debug2("%s: %s", argv[i], sshkey_ssh_name(k)); in main()
|
H A D | hostfile.c | 688 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
|
H A D | ssh.c | 1670 sshkey_ssh_name(sensitive_data.keys[o]), p); \ in main() 1681 sshkey_ssh_name(sensitive_data.keys[o]), p); \ in main()
|
H A D | ssh-keygen.c | 1826 sshkey_ssh_name(ca), key_type_name); in do_ca_sign() 2139 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key), in print_cert()
|
H A D | monitor.c | 885 sshkey_ssh_name(key), list); in key_base_type_match()
|