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