Home
last modified time | relevance | path

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

/external/openssh/
Dauth2-pubkey.c134 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()
Dkey.h44 #define key_ssh_name sshkey_ssh_name
Dclientloop.c2237 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()
Dauth2-hostbased.c111 if (match_pattern_list(sshkey_ssh_name(key), in userauth_hostbased()
Dsshkey.h156 const char *sshkey_ssh_name(const struct sshkey *);
Dsshconnect2.c1421 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()
Dsshd.c716 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);
Dsshconnect.c1265 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()
Dmonitor.c1156 match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed()
1168 match_pattern_list(sshkey_ssh_name(key), in mm_answer_keyallowed()
Dhostfile.c598 sshkey_ssh_name(keys[i]), fp); in hostfile_replace_entries()
Dsshkey.c159 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()
Dssh-keygen.c1611 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()
Dkrl.c768 sshkey_ssh_name(sign_keys[i]))); in ssh_krl_to_blob()
/external/openssh/regress/unittests/kex/
Dtest_kex.c102 keyname = strdup(sshkey_ssh_name(private)); in do_kex_with_key()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c219 keyname = strdup(sshkey_ssh_name(prvkey)); in do_kex_with_key()