Searched refs:sshkey_ssh_name (Results 1 – 13 of 13) sorted by relevance
/external/openssh/ |
D | key.h | 44 #define key_ssh_name sshkey_ssh_name
|
D | auth2-hostbased.c | 111 if (match_pattern_list(sshkey_ssh_name(key), in userauth_hostbased()
|
D | clientloop.c | 2165 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum); in hostkeys_find() 2172 sshkey_ssh_name(l->key), l->path, l->linenum); in hostkeys_find() 2368 if (match_pattern_list(sshkey_ssh_name(key), in client_input_hostkeys() 2372 __func__, sshkey_ssh_name(key)); in client_input_hostkeys() 2378 __func__, sshkey_ssh_name(key)); in client_input_hostkeys() 2385 __func__, sshkey_ssh_name(key)); in client_input_hostkeys()
|
D | auth2-pubkey.c | 133 if (match_pattern_list(sshkey_ssh_name(key), in userauth_pubkey() 136 __func__, sshkey_ssh_name(key)); in userauth_pubkey() 977 "t", sshkey_ssh_name(key), in user_key_command_allowed2()
|
D | sshconnect2.c | 1316 if (match_pattern_list(sshkey_ssh_name(id->key), in try_identity() 1319 sshkey_ssh_name(id->key), id->filename); in try_identity() 1616 sshkey_ssh_name(authctxt->sensitive->keys[i]), in userauth_hostbased() 1644 __func__, sshkey_ssh_name(private), fp); in userauth_hostbased() 1692 sshkey_ssh_name(private), fp); in userauth_hostbased()
|
D | sshkey.h | 154 const char *sshkey_ssh_name(const struct sshkey *);
|
D | sshd.c | 808 if (match_pattern_list(sshkey_ssh_name(key), 811 __func__, sshkey_ssh_name(key)); 953 sshkey_ssh_name(key), fp); 1835 sshkey_type(pubkey) : sshkey_ssh_name(pubkey), fp);
|
D | hostfile.c | 594 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
|
D | monitor.c | 1223 match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed() 1235 match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed()
|
D | sshkey.c | 155 sshkey_ssh_name(const struct sshkey *k) in sshkey_ssh_name() function 1466 sshkey_ssh_name(key), uu)) != 0) in sshkey_format_text() 2396 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0) in sshkey_certify() 2546 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0) in sshkey_private_serialize()
|
D | sshconnect.c | 1251 compat20 ? sshkey_ssh_name(host_key) : sshkey_type(host_key), fp); in verify_host_key()
|
D | krl.c | 769 sshkey_ssh_name(sign_keys[i]))); in ssh_krl_to_blob()
|
D | ssh-keygen.c | 1879 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key), in do_show_cert()
|