Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dclientloop.c2121 sshkey_ssh_name(ctx->keys[i]), in hostkeys_find()
2169 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum); in hostkeys_find()
2174 debug3_f("deprecated %s key at %s:%ld", sshkey_ssh_name(l->key), in hostkeys_find()
2203 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum, in hostkeys_check_old()
2452 const char *ktype = sshkey_ssh_name(key); in key_accepted_by_hostkeyalgs()
2510 "HostkeyAlgorithms", sshkey_ssh_name(key)); in client_input_hostkeys()
2516 sshkey_ssh_name(key)); in client_input_hostkeys()
2523 sshkey_ssh_name(key)); in client_input_hostkeys()
H A Dauth2-pubkey.c424 "t", sshkey_ssh_name(key), in match_principals_command()
425 "T", sshkey_ssh_name(cert->signature_key), in match_principals_command()
685 "t", sshkey_ssh_name(key), in user_key_command_allowed2()
H A Dsshconnect2.c1171 return match_list(sshkey_ssh_name(key), in key_sig_algorithm()
1604 if (match_pattern_list(sshkey_ssh_name(key), in key_type_allowed_by_config()
1737 sshkey_ssh_name(idlist->keys[j])); in pubkey_prepare()
1803 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare()
1809 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare()
2165 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased()
2193 sshkey_ssh_name(private), fp, authctxt->active_ktype); in userauth_hostbased()
2234 sshkey_ssh_name(private), fp); in userauth_hostbased()
H A Dsshconnect.c890 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key), in load_hostkeys_command()
1467 sshkey_ssh_name(host_key), fp, in verify_host_key()
1470 sshkey_ssh_name(host_key->cert->signature_key), cafp, in verify_host_key()
1477 debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp); in verify_host_key()
H A Dsshd.c645 append_hostkey_type(b, sshkey_ssh_name(key));
666 append_hostkey_type(b, sshkey_ssh_name(key));
795 debug3_f("key %d: %s %s", i, sshkey_ssh_name(key), fp);
1568 fatal_fr(r, "encode %s key", sshkey_ssh_name(key));
1993 key ? "private" : "agent", i, sshkey_ssh_name(pubkey), fp);
H A Dsshkey.h265 const char *sshkey_ssh_name(const struct sshkey *);
H A Dssh-sk-helper.c116 __progname, sshkey_ssh_name(key)); in process_sign()
H A Dsshkey.c239 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 Dkrl.c1332 fprintf(f, "hash: %s # %s\n", fp, sshkey_ssh_name(key)); in krl_dump()
1363 sshkey_ssh_name(rc->ca_key), fp); in krl_dump()
H A Dssh-agent.c333 dch->keys[i] == NULL ? "" : sshkey_ssh_name(dch->keys[i]), in dump_dest_constraint_hop()
653 sshkey_ssh_name(id->key), fp); in process_request_identities()
1465 sshkey_ssh_name(k), fp, comment, seconds, confirm, in process_add_identity()
H A Dhostfile.c688 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
H A Dssh-add.c997 debug2("%s: %s", argv[i], sshkey_ssh_name(k)); in main()
H A Dssh.c1690 sshkey_ssh_name(sensitive_data.keys[o]), p); \ in main()
1701 sshkey_ssh_name(sensitive_data.keys[o]), p); \ in main()
H A Dssh_namespace.h915 #define sshkey_ssh_name Fssh_sshkey_ssh_name macro
H A Dssh-keygen.c1830 sshkey_ssh_name(ca), key_type_name); in do_ca_sign()
2143 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key), in print_cert()
H A Dmonitor.c870 sshkey_ssh_name(key), list); in key_base_type_match()
/freebsd-14.2/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c99 keyname = strdup(sshkey_ssh_name(private)); in do_kex_with_key()
/freebsd-14.2/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc138 debug_f("store %s at %d", sshkey_ssh_name(pubkey), pubkey->type); in store_key()
196 keyname = xstrdup(sshkey_ssh_name(privkey)); in do_kex_with_key()