Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssh/
H A Dauth2-pubkey.c154 sshkey_ssh_name(key)); in userauth_pubkey()
516 "t", sshkey_ssh_name(key), in match_principals_command()
517 "T", sshkey_ssh_name(cert->signature_key), in match_principals_command()
947 "t", sshkey_ssh_name(key), in user_key_command_allowed2()
H A Dclientloop.c1869 sshkey_ssh_name(ctx->keys[i]), in hostkeys_find()
1917 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum); in hostkeys_find()
1922 debug3_f("deprecated %s key at %s:%ld", sshkey_ssh_name(l->key), in hostkeys_find()
1951 sshkey_ssh_name(ctx->old_keys[i]), l->path, l->linenum, in hostkeys_check_old()
2181 const char *ktype = sshkey_ssh_name(key); in key_accepted_by_hostkeyalgs()
2241 "HostkeyAlgorithms", sshkey_ssh_name(key)); in client_input_hostkeys()
2247 sshkey_ssh_name(key)); in client_input_hostkeys()
2254 sshkey_ssh_name(key)); in client_input_hostkeys()
H A Dsshconnect.c884 "t", host_key == NULL ? "NONE" : sshkey_ssh_name(host_key), in load_hostkeys_command()
1447 sshkey_ssh_name(host_key), fp, in verify_host_key()
1450 sshkey_ssh_name(host_key->cert->signature_key), cafp, in verify_host_key()
1457 debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp); in verify_host_key()
H A Dsshconnect2.c1195 return match_list(sshkey_ssh_name(key), in key_sig_algorithm()
1608 if (match_pattern_list(sshkey_ssh_name(key), in key_type_allowed_by_config()
1774 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare()
2135 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased()
2162 debug_f("trying hostkey %s %s", sshkey_ssh_name(private), fp); in userauth_hostbased()
2203 sshkey_ssh_name(private), fp); in userauth_hostbased()
H A Dsshkey.h226 const char *sshkey_ssh_name(const struct sshkey *);
H A Dsshd.c659 append_hostkey_type(b, sshkey_ssh_name(key));
680 append_hostkey_type(b, sshkey_ssh_name(key));
809 debug3_f("key %d: %s %s", i, sshkey_ssh_name(key), fp);
1924 key ? "private" : "agent", i, sshkey_ssh_name(pubkey), fp);
H A Dssh-sk-helper.c117 __progname, sshkey_ssh_name(key)); in process_sign()
H A Dkrl.c805 KRL_DBG(("sig key %s", sshkey_ssh_name(sign_keys[i]))); in ssh_krl_to_blob()
1391 fprintf(f, "hash: SHA256:%s # %s\n", fp, sshkey_ssh_name(key)); in krl_dump()
1422 sshkey_ssh_name(rc->ca_key), fp); in krl_dump()
H A Dsshkey.c199 sshkey_ssh_name(const struct sshkey *k) in sshkey_ssh_name() function
1534 sshkey_ssh_name(key), uu)) != 0) in sshkey_format_text()
1999 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k)); in sshkey_shield_private()
2111 fprintf(stderr, "%s: entering for %s\n", __func__, sshkey_ssh_name(k)); in sshkey_unshield_private()
2934 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0) in sshkey_certify_custom()
3216 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0) in sshkey_private_serialize_opt()
H A Dhostfile.c679 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
H A Dssh_namespace.h832 #define sshkey_ssh_name Fssh_sshkey_ssh_name macro
H A Dssh-agent.c786 "(provider: %s)", sshkey_ssh_name(k), fp, comment, seconds, in process_add_identity()
H A Dssh-keygen.c1795 sshkey_ssh_name(ca), key_type_name); in do_ca_sign()
2082 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key), in print_cert()
H A Dmonitor.c871 sshkey_ssh_name(key), list); in key_base_type_match()
/freebsd-13.1/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c100 keyname = strdup(sshkey_ssh_name(private)); in do_kex_with_key()
/freebsd-13.1/crypto/openssh/regress/misc/fuzz-harness/
H A Dkex_fuzz.cc139 debug_f("store %s at %d", sshkey_ssh_name(pubkey), pubkey->type); in store_key()
197 keyname = xstrdup(sshkey_ssh_name(privkey)); in do_kex_with_key()