HomeSort by: relevance | last modified time | path
    Searched refs:sshkey_ssh_name (Results 1 - 18 of 18) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sshd-auth.c 260 append_hostkey_type(b, sshkey_ssh_name(key));
279 append_hostkey_type(b, sshkey_ssh_name(key));
406 debug2_f("key %u: %s", num_keys, sshkey_ssh_name(k));
415 debug2_f("cert %u: %s", num_keys, sshkey_ssh_name(k));
sshconnect.c 759 const char *ktype = sshkey_ssh_name(key);
945 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key),
1077 sshkey_ssh_name(host_key));
1529 sshkey_ssh_name(host_key), fp,
1532 sshkey_ssh_name(host_key->cert->signature_key), cafp,
1539 debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp);
auth2-hostbased.c 104 "(received %s, expected %s)", sshkey_ssh_name(key), pkalg);
auth2-pubkey.c 162 "(received %s, expected %s)", sshkey_ssh_name(key), pkalg);
464 "t", sshkey_ssh_name(key),
465 "T", sshkey_ssh_name(cert->signature_key),
731 "t", sshkey_ssh_name(key),
sshkey.h 246 const char *sshkey_ssh_name(const struct sshkey *);
sshd-session.c 560 debug3_f("key %d: %s %s", i, sshkey_ssh_name(key), fp);
632 debug2_f("privkey %u: %s", num_keys, sshkey_ssh_name(k));
641 debug2_f("pubkey %u: %s", num_keys, sshkey_ssh_name(k));
650 debug2_f("cert %u: %s", num_keys, sshkey_ssh_name(k));
sshconnect2.c 113 sshkey_ssh_name(hostkey));
1206 return match_list(sshkey_ssh_name(key),
1640 if (match_pattern_list(sshkey_ssh_name(key), allowlist, 0) == 1)
1776 sshkey_ssh_name(idlist->keys[j]));
1842 sshkey_ssh_name(id->key), id->filename);
1848 sshkey_ssh_name(id->key), id->filename);
2206 sshkey_ssh_name(authctxt->sensitive->keys[i]),
2234 sshkey_ssh_name(private), fp, authctxt->active_ktype);
2275 sshkey_ssh_name(private), fp);
clientloop.c 2145 sshkey_ssh_name(ctx->keys[i]),
2193 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum);
2198 debug3_f("deprecated %s key at %s:%ld", sshkey_ssh_name(l->key),
2227 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum,
2516 "HostkeyAlgorithms", sshkey_ssh_name(key));
2522 sshkey_ssh_name(key));
2529 sshkey_ssh_name(key));
ssh-sk-helper.c 134 __progname, sshkey_ssh_name(key));
krl.c 1339 fprintf(f, "hash: %s # %s\n", fp, sshkey_ssh_name(key));
1370 sshkey_ssh_name(rc->ca_key), fp);
sshd.c 1257 fatal_fr(r, "encode %s key", sshkey_ssh_name(key));
1640 key ? "private" : "agent", i, sshkey_ssh_name(pubkey), fp);
sshkey.c 207 sshkey_ssh_name(const struct sshkey *k) function
1376 sshkey_ssh_name(key), uu)) != 0)
1608 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k));
1741 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k));
2278 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0)
2514 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0)
ssh-agent.c 314 dch->keys[i] == NULL ? "" : sshkey_ssh_name(dch->keys[i]),
640 sshkey_ssh_name(id->key), fp);
1438 sshkey_ssh_name(k), fp, comment, seconds, confirm,
monitor.c 745 debug_f("hostkey %s index %d", sshkey_ssh_name(pubkey), keyid);
1327 sshkey_ssh_name(key), list);
hostfile.c 713 sshkey_ssh_name(keys[i]), fp);
serverloop.c 741 sigalg = sshkey_ssh_name(key);
ssh-add.c 991 debug2("%s: %s", argv[i], sshkey_ssh_name(k));
ssh-keygen.c 1758 sshkey_ssh_name(ca), key_type_name);
2071 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key),

Completed in 65 milliseconds