Home
last modified time | relevance | path

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

/external/openssh/
Dkey.h44 #define key_ssh_name sshkey_ssh_name
Dauth2-hostbased.c111 if (match_pattern_list(sshkey_ssh_name(key), in userauth_hostbased()
Dclientloop.c2165 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()
Dauth2-pubkey.c133 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()
Dsshconnect2.c1316 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()
Dsshkey.h154 const char *sshkey_ssh_name(const struct sshkey *);
Dsshd.c808 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);
Dhostfile.c594 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
Dmonitor.c1223 match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed()
1235 match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed()
Dsshkey.c155 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()
Dsshconnect.c1251 compat20 ? sshkey_ssh_name(host_key) : sshkey_type(host_key), fp); in verify_host_key()
Dkrl.c769 sshkey_ssh_name(sign_keys[i]))); in ssh_krl_to_blob()
Dssh-keygen.c1879 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key), in do_show_cert()