Symbol: sshkey_is_cert
usr.bin/ssh/auth.c
212
if (sshkey_is_cert(key)) {
usr.bin/ssh/auth2-hostbased.c
214
if (sshkey_is_cert(key) && sshkey_cert_check_host(key, lookup,
usr.bin/ssh/auth2-hostbased.c
243
if (sshkey_is_cert(key)) {
usr.bin/ssh/auth2-pubkey.c
178
if (sshkey_is_cert(key))
usr.bin/ssh/auth2-pubkey.c
524
if (!sshkey_is_cert(key) || options.trusted_user_ca_keys == NULL)
usr.bin/ssh/auth2-pubkey.c
802
if (sshkey_is_cert(key) &&
usr.bin/ssh/auth2-pubkeyfile.c
271
int want_keytype = sshkey_is_cert(key) ? KEY_UNSPEC : key->type;
usr.bin/ssh/auth2-pubkeyfile.c
310
if (sshkey_is_cert(key)) {
usr.bin/ssh/auth2-pubkeyfile.c
327
sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp);
usr.bin/ssh/auth2-pubkeyfile.c
330
sshkey_is_cert(key), remote_ip, remote_host, loc) != 0) {
usr.bin/ssh/auth2-pubkeyfile.c
335
if (!sshkey_is_cert(key)) {
usr.bin/ssh/authfile.c
405
(check_ca && sshkey_is_cert(key) &&
usr.bin/ssh/clientloop.c
2492
if (sshkey_is_cert(key)) {
usr.bin/ssh/hostfile.c
316
int is_cert = sshkey_is_cert(k);
usr.bin/ssh/hostfile.c
353
int want_cert = sshkey_is_cert(k);
usr.bin/ssh/krl.c
1229
if (!sshkey_is_cert(key))
usr.bin/ssh/krl.c
1260
if (sshkey_is_cert(key)) {
usr.bin/ssh/krl.c
372
if (sshkey_is_cert(kcopy)) {
usr.bin/ssh/krl.c
453
if (!sshkey_is_cert(key))
usr.bin/ssh/ssh-add.c
146
(key_only && !sshkey_is_cert(key)) ||
usr.bin/ssh/ssh-add.c
147
(cert_only && sshkey_is_cert(key))) {
usr.bin/ssh/ssh-add.c
174
(key_only && !sshkey_is_cert(public)) ||
usr.bin/ssh/ssh-add.c
175
(cert_only && sshkey_is_cert(public))) {
usr.bin/ssh/ssh-add.c
254
if (cert == NULL || cert->cert == NULL || !sshkey_is_cert(cert) ||
usr.bin/ssh/ssh-agent.c
1597
if (!sshkey_is_cert(certs[j]))
usr.bin/ssh/ssh-agent.c
378
if (!sshkey_is_cert(key)) {
usr.bin/ssh/ssh-ecdsa-sk.c
128
if (!sshkey_is_cert(key)) {
usr.bin/ssh/ssh-ecdsa-sk.c
86
if (!sshkey_is_cert(key)) {
usr.bin/ssh/ssh-ecdsa.c
146
if (!sshkey_is_cert(key)) {
usr.bin/ssh/ssh-ecdsa.c
280
if (!sshkey_is_cert(key)) {
usr.bin/ssh/ssh-keygen.c
1781
if (sshkey_is_cert(public))
usr.bin/ssh/ssh-keygen.c
2139
if (!sshkey_is_cert(key)) {
usr.bin/ssh/ssh-keygen.c
2487
if (sshkey_is_cert(pubkey) && !sshkey_is_cert(privkey)) {
usr.bin/ssh/ssh-pkcs11-client.c
301
if (!sshkey_is_cert(certpub) || sshkey_is_cert(priv) ||
usr.bin/ssh/ssh-rsa.c
236
if (sshkey_is_cert(key)) {
usr.bin/ssh/ssh-rsa.c
98
if (!sshkey_is_cert(key)) {
usr.bin/ssh/ssh.c
2406
if (!sshkey_is_cert(public)) {
usr.bin/ssh/ssh.c
2438
if (!sshkey_is_cert(public)) {
usr.bin/ssh/ssh_api.c
548
(!sshkey_is_cert(k->key) ||
usr.bin/ssh/sshconnect.c
1008
want_cert = sshkey_is_cert(host_key);
usr.bin/ssh/sshconnect.c
1444
if (sshkey_is_cert(host_key)) {
usr.bin/ssh/sshconnect.c
1504
if (sshkey_is_cert(plain))
usr.bin/ssh/sshconnect.c
763
if (key == NULL || sshkey_is_cert(key))
usr.bin/ssh/sshconnect.c
930
int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0;
usr.bin/ssh/sshconnect2.c
1341
if (id->agent_fd == -1 && sshkey_is_cert(id->key)) {
usr.bin/ssh/sshconnect2.c
1710
if (!sshkey_is_cert(key) || key->cert == NULL ||
usr.bin/ssh/sshd-auth.c
335
if (sshkey_is_cert(key)) {
usr.bin/ssh/sshd-session.c
468
if (sshkey_is_cert(key)) {
usr.bin/ssh/sshd-session.c
507
sshkey_is_cert(key))
usr.bin/ssh/sshd.c
1638
if (!sshkey_is_cert(key)) {
usr.bin/ssh/sshkey.c
1571
if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0)
usr.bin/ssh/sshkey.c
1994
if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0)
usr.bin/ssh/sshkey.c
2241
if (!sshkey_is_cert(k))
usr.bin/ssh/sshkey.c
2365
if (!sshkey_is_cert(k)) {
usr.bin/ssh/sshkey.c
2508
if (sshkey_is_cert(key)) {
usr.bin/ssh/sshkey.c
682
if (sshkey_is_cert(k)) {
usr.bin/ssh/sshkey.c
736
if (sshkey_is_cert(k))
usr.bin/ssh/sshkey.c
797
if (sshkey_is_cert(a)) {
usr.bin/ssh/sshkey.h
204
int sshkey_is_cert(const struct sshkey *);
usr.bin/ssh/sshsig.c
917
} else if (sigopts->ca && sshkey_is_cert(sign_key) &&