Searched refs:sshkey_ssh_name (Results 1 – 15 of 15) sorted by relevance
/external/openssh/ |
D | auth2-pubkey.c | 134 if (match_pattern_list(sshkey_ssh_name(key), in userauth_pubkey() 137 __func__, sshkey_ssh_name(key)); in userauth_pubkey() 708 "t", sshkey_ssh_name(key), in match_principals_command() 709 "T", sshkey_ssh_name(cert->signature_key), in match_principals_command() 1028 "t", sshkey_ssh_name(key), in user_key_command_allowed2()
|
D | key.h | 44 #define key_ssh_name sshkey_ssh_name
|
D | clientloop.c | 2237 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum); in hostkeys_find() 2244 sshkey_ssh_name(l->key), l->path, l->linenum); in hostkeys_find() 2400 const char *ktype = sshkey_ssh_name(key); in key_accepted_by_hostkeyalgs() 2461 __func__, sshkey_ssh_name(key)); in client_input_hostkeys() 2467 __func__, sshkey_ssh_name(key)); in client_input_hostkeys() 2474 __func__, sshkey_ssh_name(key)); in client_input_hostkeys()
|
D | auth2-hostbased.c | 111 if (match_pattern_list(sshkey_ssh_name(key), in userauth_hostbased()
|
D | sshkey.h | 156 const char *sshkey_ssh_name(const struct sshkey *);
|
D | sshconnect2.c | 1421 match_pattern_list(sshkey_ssh_name(id->key), in pubkey_prepare() 1425 sshkey_ssh_name(id->key), id->filename); in pubkey_prepare() 1762 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased() 1790 __func__, sshkey_ssh_name(private), fp); in userauth_hostbased() 1838 sshkey_ssh_name(private), fp); in userauth_hostbased()
|
D | sshd.c | 716 if (match_pattern_list(sshkey_ssh_name(key), 719 __func__, sshkey_ssh_name(key)); 867 sshkey_ssh_name(key), fp); 1779 key ? "private" : "agent", i, sshkey_ssh_name(pubkey), fp);
|
D | sshconnect.c | 1265 sshkey_ssh_name(host_key), fp, in verify_host_key() 1268 sshkey_ssh_name(host_key->cert->signature_key), cafp, in verify_host_key() 1276 sshkey_ssh_name(host_key) : sshkey_type(host_key), fp); in verify_host_key()
|
D | monitor.c | 1156 match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed() 1168 match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed()
|
D | hostfile.c | 598 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
|
D | sshkey.c | 159 sshkey_ssh_name(const struct sshkey *k) in sshkey_ssh_name() function 1473 sshkey_ssh_name(key), uu)) != 0) in sshkey_format_text() 2402 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0) in sshkey_certify() 2586 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0) in sshkey_private_serialize()
|
D | ssh-keygen.c | 1611 sshkey_ssh_name(ca), key_type_name); in do_ca_sign() 1893 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key), in print_cert()
|
D | krl.c | 768 sshkey_ssh_name(sign_keys[i]))); in ssh_krl_to_blob()
|
/external/openssh/regress/unittests/kex/ |
D | test_kex.c | 102 keyname = strdup(sshkey_ssh_name(private)); in do_kex_with_key()
|
/external/openssh/regress/misc/kexfuzz/ |
D | kexfuzz.c | 219 keyname = strdup(sshkey_ssh_name(prvkey)); in do_kex_with_key()
|