Searched refs:sshkey_ssh_name (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/crypto/openssh/
H A Dsshkey.h265 const char *sshkey_ssh_name(const struct sshkey *);
H A Dclientloop.c2120 sshkey_ssh_name(ctx->keys[i]),
2168 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum);
2173 debug3_f("deprecated %s key at %s:%ld", sshkey_ssh_name(l->key),
2202 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum,
2451 const char *ktype = sshkey_ssh_name(key);
2509 "HostkeyAlgorithms", sshkey_ssh_name(key));
2515 sshkey_ssh_name(key));
2522 sshkey_ssh_name(key));
H A Dsshconnect2.c1168 return match_list(sshkey_ssh_name(key),
1601 if (match_pattern_list(sshkey_ssh_name(key),
1734 sshkey_ssh_name(idlist->keys[j]));
1800 sshkey_ssh_name(id->key), id->filename);
1806 sshkey_ssh_name(id->key), id->filename);
2162 sshkey_ssh_name(authctxt->sensitive->keys[i]),
2190 sshkey_ssh_name(private), fp, authctxt->active_ktype);
2231 sshkey_ssh_name(private), fp);
H A Dssh-sk-helper.c116 __progname, sshkey_ssh_name(key));
H A Dsshconnect.c890 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key),
1467 sshkey_ssh_name(host_key), fp,
1470 sshkey_ssh_name(host_key->cert->signature_key), cafp,
1477 debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp);
H A Dauth2-pubkey.c424 "t", sshkey_ssh_name(key),
425 "T", sshkey_ssh_name(cert->signature_key),
685 "t", sshkey_ssh_name(key),
H A Dsshd.c647 append_hostkey_type(b, sshkey_ssh_name(key));
668 append_hostkey_type(b, sshkey_ssh_name(key));
797 debug3_f("key %d: %s %s", i, sshkey_ssh_name(key), fp);
1570 fatal_fr(r, "encode %s key", sshkey_ssh_name(key));
1995 key ? "private" : "agent", i, sshkey_ssh_name(pubkey), fp);
H A Dkrl.c1330 fprintf(f, "hash: %s # %s\n", fp, sshkey_ssh_name(key));
1361 sshkey_ssh_name(rc->ca_key), fp);
H A Dsshkey.c239 sshkey_ssh_name(const struct sshkey *k) function
1286 sshkey_ssh_name(key), uu)) != 0)
1547 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k));
1683 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k));
2217 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0)
2456 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0)
H A Dssh-agent.c333 dch->keys[i] == NULL ? "" : sshkey_ssh_name(dch->keys[i]),
653 sshkey_ssh_name(id->key), fp);
1461 sshkey_ssh_name(k), fp, comment, seconds, confirm,
H A Dhostfile.c688 sshkey_ssh_name(keys[i]), fp);
H A Dssh_namespace.h915 #define sshkey_ssh_name Fssh_sshkey_ssh_name macro
H A Dssh-add.c997 debug2("%s: %s", argv[i], sshkey_ssh_name(k));
H A Dssh.c1690 sshkey_ssh_name(sensitive_data.keys[o]), p); \
1701 sshkey_ssh_name(sensitive_data.keys[o]), p); \
H A Dmonitor.c870 sshkey_ssh_name(key), list);
H A Dssh-keygen.c1826 sshkey_ssh_name(ca), key_type_name);
2139 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key),
/freebsd-current/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c99 keyname = strdup(sshkey_ssh_name(private));
/freebsd-current/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc138 debug_f("store %s at %d", sshkey_ssh_name(pubkey), pubkey->type);
196 keyname = xstrdup(sshkey_ssh_name(privkey));

Completed in 364 milliseconds