Searched refs:sshkey_ssh_name (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | auth2-pubkey.c | 137 __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 D | sshconnect2.c | 1064 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 D | clientloop.c | 1816 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 D | sshkey.h | 176 const char *sshkey_ssh_name(const struct sshkey *);
|
| H A D | sshconnect.c | 1306 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 D | sshd.c | 750 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 D | hostfile.c | 586 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
|
| H A D | monitor.c | 1191 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 D | sshkey.c | 185 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 D | ssh_namespace.h | 772 #define sshkey_ssh_name Fssh_sshkey_ssh_name macro
|
| H A D | ssh-keygen.c | 1727 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 D | krl.c | 768 sshkey_ssh_name(sign_keys[i]))); in ssh_krl_to_blob()
|
| /freebsd-12.1/crypto/openssh/regress/unittests/kex/ |
| H A D | test_kex.c | 102 keyname = strdup(sshkey_ssh_name(private)); in do_kex_with_key()
|
| /freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/ |
| H A D | kexfuzz.c | 219 keyname = strdup(sshkey_ssh_name(prvkey)); in do_kex_with_key()
|