Searched refs:sshkey_ssh_name (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dkey.h44 #define key_ssh_name sshkey_ssh_name
H A Dsshkey.h156 const char *sshkey_ssh_name(const struct sshkey *);
H A Dauth2-hostbased.c111 if (match_pattern_list(sshkey_ssh_name(key),
H A Dclientloop.c2206 sshkey_ssh_name(ctx->keys[i]), l->path, l->linenum);
2213 sshkey_ssh_name(l->key), l->path, l->linenum);
2409 if (match_pattern_list(sshkey_ssh_name(key),
2413 __func__, sshkey_ssh_name(key));
2419 __func__, sshkey_ssh_name(key));
2426 __func__, sshkey_ssh_name(key));
H A Dsshconnect.c1267 sshkey_ssh_name(host_key), fp,
1270 sshkey_ssh_name(host_key->cert->signature_key), cafp,
1278 sshkey_ssh_name(host_key) : sshkey_type(host_key), fp);
H A Dauth2-pubkey.c134 if (match_pattern_list(sshkey_ssh_name(key),
137 __func__, sshkey_ssh_name(key));
985 "t", sshkey_ssh_name(key),
H A Dsshconnect2.c1382 match_pattern_list(sshkey_ssh_name(id->key),
1386 sshkey_ssh_name(id->key), id->filename);
1713 sshkey_ssh_name(authctxt->sensitive->keys[i]),
1741 __func__, sshkey_ssh_name(private), fp);
1789 sshkey_ssh_name(private), fp);
H A Dsshd.c827 if (match_pattern_list(sshkey_ssh_name(key),
830 __func__, sshkey_ssh_name(key));
978 sshkey_ssh_name(key), fp);
1911 sshkey_type(pubkey) : sshkey_ssh_name(pubkey), fp);
H A Dmonitor.c1224 match_pattern_list(sshkey_ssh_name(key),
1236 match_pattern_list(sshkey_ssh_name(key),
H A Dhostfile.c594 sshkey_ssh_name(keys[i]), fp);
H A Dsshkey.c158 sshkey_ssh_name(const struct sshkey *k) function
1465 sshkey_ssh_name(key), uu)) != 0)
2394 if ((ret = sshbuf_put_cstring(cert, sshkey_ssh_name(k))) != 0)
2578 if ((r = sshbuf_put_cstring(b, sshkey_ssh_name(key))) != 0)
H A Dssh_namespace.h851 #define sshkey_ssh_name Fssh_sshkey_ssh_name macro
H A Dssh-keygen.c1605 sshkey_ssh_name(ca), key_type_name);
1887 printf(" Type: %s %s certificate\n", sshkey_ssh_name(key),
H A Dkrl.c769 sshkey_ssh_name(sign_keys[i])));
/freebsd-10-stable/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c102 keyname = strdup(sshkey_ssh_name(private));
/freebsd-10-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c185 keyname = strdup(sshkey_ssh_name(prvkey));

Completed in 332 milliseconds