| /openbsd/src/usr.bin/ssh/ |
| D | sshd-auth.c | 242 append_hostkey_type(b, sshkey_ssh_name(key)); in list_hostkey_types() 263 append_hostkey_type(b, sshkey_ssh_name(key)); in list_hostkey_types() 391 debug2_f("key %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys() 400 debug2_f("cert %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys()
|
| D | sshconnect.c | 690 const char *ktype = sshkey_ssh_name(key); in hostkey_accepted_by_hostkeyalgs() 876 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key), in load_hostkeys_command() 1008 sshkey_ssh_name(host_key)); in check_host_key() 1459 sshkey_ssh_name(host_key), fp, in verify_host_key() 1462 sshkey_ssh_name(host_key->cert->signature_key), cafp, in verify_host_key() 1469 debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp); in verify_host_key()
|
| D | sshd-session.c | 535 debug3_f("key %d: %s %s", i, sshkey_ssh_name(key), fp); in notify_hostkeys() 607 debug2_f("privkey %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys() 616 debug2_f("pubkey %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys() 625 debug2_f("cert %u: %s", num_keys, sshkey_ssh_name(k)); in parse_hostkeys()
|
| D | sshconnect2.c | 1160 return match_list(sshkey_ssh_name(key), in key_sig_algorithm() 1593 if (match_pattern_list(sshkey_ssh_name(key), in key_type_allowed_by_config() 1726 sshkey_ssh_name(idlist->keys[j])); in pubkey_prepare() 1792 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare() 1798 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare() 2152 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased() 2180 sshkey_ssh_name(private), fp, authctxt->active_ktype); in userauth_hostbased() 2221 sshkey_ssh_name(private), fp); in userauth_hostbased()
|
| D | auth2-pubkey.c | 454 "t", sshkey_ssh_name(key), in match_principals_command() 455 "T", sshkey_ssh_name(cert->signature_key), in match_principals_command() 715 "t", sshkey_ssh_name(key), in user_key_command_allowed2()
|
| D | clientloop.c | 2089 sshkey_ssh_name(ctx->keys[i]), in hostkeys_find() 2137 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum); in hostkeys_find() 2142 debug3_f("deprecated %s key at %s:%ld", sshkey_ssh_name(l->key), in hostkeys_find() 2171 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum, in hostkeys_check_old() 2459 "HostkeyAlgorithms", sshkey_ssh_name(key)); in client_input_hostkeys() 2465 sshkey_ssh_name(key)); in client_input_hostkeys() 2472 sshkey_ssh_name(key)); in client_input_hostkeys()
|
| D | sshkey.h | 262 const char *sshkey_ssh_name(const struct sshkey *);
|
| D | ssh-sk-helper.c | 113 __progname, sshkey_ssh_name(key)); in process_sign()
|
| D | sshkey.c | 216 sshkey_ssh_name(const struct sshkey *k) in sshkey_ssh_name() function 1382 sshkey_ssh_name(key), uu)) != 0) in sshkey_format_text() 1614 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k)); in sshkey_shield_private() 1748 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k)); in sshkey_unshield_private() 2282 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0) in sshkey_certify_custom() 2521 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0) in sshkey_private_serialize_opt()
|
| D | sshd.c | 1101 fatal_fr(r, "encode %s key", sshkey_ssh_name(key)); in accumulate_host_timing_secret() 1480 key ? "private" : "agent", i, sshkey_ssh_name(pubkey), fp); in main()
|
| D | krl.c | 1328 fprintf(f, "hash: %s # %s\n", fp, sshkey_ssh_name(key)); in krl_dump() 1359 sshkey_ssh_name(rc->ca_key), fp); in krl_dump()
|
| D | ssh-agent.c | 307 dch->keys[i] == NULL ? "" : sshkey_ssh_name(dch->keys[i]), in dump_dest_constraint_hop() 627 sshkey_ssh_name(id->key), fp); in process_request_identities() 1442 sshkey_ssh_name(k), fp, comment, seconds, confirm, in process_add_identity()
|
| D | monitor.c | 653 debug_f("hostkey %s index %d", sshkey_ssh_name(pubkey), keyid); in mm_answer_sign() 1003 sshkey_ssh_name(key), list); in key_base_type_match()
|
| D | serverloop.c | 682 sigalg = sshkey_ssh_name(key); in server_input_hostkeys_prove()
|
| D | hostfile.c | 681 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
|
| D | ssh-add.c | 987 debug2("%s: %s", argv[i], sshkey_ssh_name(k)); in main()
|
| D | ssh.c | 1656 sshkey_ssh_name(sensitive_data.keys[o]), p); \ in main() 1667 sshkey_ssh_name(sensitive_data.keys[o]), p); \ in main()
|
| D | ssh-keygen.c | 1831 sshkey_ssh_name(ca), key_type_name); in do_ca_sign() 2144 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key), in print_cert()
|
| /openbsd/src/regress/usr.bin/ssh/unittests/kex/ |
| D | test_kex.c | 96 keyname = strdup(sshkey_ssh_name(private)); in do_kex_with_key()
|