Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauth2-pubkey.c137 __func__, sshkey_ssh_name(key)); in userauth_pubkey()
466 "t", sshkey_ssh_name(key), in match_principals_command()
467 "T", sshkey_ssh_name(cert->signature_key), in match_principals_command()
927 "t", sshkey_ssh_name(key), in user_key_command_allowed2()
H A Dsshconnect2.c1064 return match_list(sshkey_ssh_name(key), in key_sig_algorithm()
1417 if (match_pattern_list(sshkey_ssh_name(key), in key_type_allowed_by_config()
1570 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare()
1927 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased()
1955 __func__, sshkey_ssh_name(private), fp); in userauth_hostbased()
1981 (r = sshbuf_put_cstring(b, sshkey_ssh_name(private))) != 0 || in userauth_hostbased()
1996 sshkey_ssh_name(private), fp); in userauth_hostbased()
2003 (r = sshpkt_put_cstring(ssh, sshkey_ssh_name(private))) != 0 || in userauth_hostbased()
H A Dclientloop.c1816 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum); in hostkeys_find()
1823 sshkey_ssh_name(l->key), l->path, l->linenum); in hostkeys_find()
1989 const char *ktype = sshkey_ssh_name(key); in key_accepted_by_hostkeyalgs()
2050 __func__, sshkey_ssh_name(key)); in client_input_hostkeys()
2056 __func__, sshkey_ssh_name(key)); in client_input_hostkeys()
2063 __func__, sshkey_ssh_name(key)); in client_input_hostkeys()
H A Dsshkey.h176 const char *sshkey_ssh_name(const struct sshkey *);
H A Dsshconnect.c1306 sshkey_ssh_name(host_key), fp, in verify_host_key()
1309 sshkey_ssh_name(host_key->cert->signature_key), cafp, in verify_host_key()
1316 debug("Server host key: %s %s", sshkey_ssh_name(host_key), fp); in verify_host_key()
H A Dsshd.c750 append_hostkey_type(b, sshkey_ssh_name(key));
769 append_hostkey_type(b, sshkey_ssh_name(key));
887 sshkey_ssh_name(key), fp);
1836 key ? "private" : "agent", i, sshkey_ssh_name(pubkey), fp);
H A Dhostfile.c586 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
H A Dmonitor.c1191 if (match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed()
1203 if (match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed()
H A Dsshkey.c185 sshkey_ssh_name(const struct sshkey *k) in sshkey_ssh_name() function
1436 sshkey_ssh_name(key), uu)) != 0) in sshkey_format_text()
2514 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0) in sshkey_certify_custom()
2734 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0) in sshkey_private_serialize_opt()
H A Dssh_namespace.h772 #define sshkey_ssh_name Fssh_sshkey_ssh_name macro
H A Dssh-keygen.c1727 sshkey_ssh_name(ca), key_type_name); in do_ca_sign()
2003 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key), in print_cert()
H A Dkrl.c768 sshkey_ssh_name(sign_keys[i]))); in ssh_krl_to_blob()
/freebsd-12.1/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c102 keyname = strdup(sshkey_ssh_name(private)); in do_kex_with_key()
/freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c219 keyname = strdup(sshkey_ssh_name(prvkey)); in do_kex_with_key()