Symbol: sshkey_is_cert
crypto/openssh/auth.c
238
if (sshkey_is_cert(key)) {
crypto/openssh/auth2-hostbased.c
214
if (sshkey_is_cert(key) &&
crypto/openssh/auth2-hostbased.c
234
if (sshkey_is_cert(key)) {
crypto/openssh/auth2-pubkey.c
179
if (sshkey_is_cert(key))
crypto/openssh/auth2-pubkey.c
494
if (!sshkey_is_cert(key) || options.trusted_user_ca_keys == NULL)
crypto/openssh/auth2-pubkey.c
766
if (sshkey_is_cert(key) &&
crypto/openssh/auth2-pubkeyfile.c
268
int want_keytype = sshkey_is_cert(key) ? KEY_UNSPEC : key->type;
crypto/openssh/auth2-pubkeyfile.c
307
if (sshkey_is_cert(key)) {
crypto/openssh/auth2-pubkeyfile.c
324
sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp);
crypto/openssh/auth2-pubkeyfile.c
327
sshkey_is_cert(key), remote_ip, remote_host, loc) != 0) {
crypto/openssh/auth2-pubkeyfile.c
332
if (!sshkey_is_cert(key)) {
crypto/openssh/authfile.c
423
(check_ca && sshkey_is_cert(key) &&
crypto/openssh/clientloop.c
2477
if (sshkey_is_cert(key)) {
crypto/openssh/hostfile.c
318
int is_cert = sshkey_is_cert(k);
crypto/openssh/hostfile.c
355
int want_cert = sshkey_is_cert(k);
crypto/openssh/krl.c
1229
if (!sshkey_is_cert(key))
crypto/openssh/krl.c
1260
if (sshkey_is_cert(key)) {
crypto/openssh/krl.c
374
if (sshkey_is_cert(kcopy)) {
crypto/openssh/krl.c
455
if (!sshkey_is_cert(key))
crypto/openssh/ssh-add.c
158
(key_only && !sshkey_is_cert(key)) ||
crypto/openssh/ssh-add.c
159
(cert_only && sshkey_is_cert(key))) {
crypto/openssh/ssh-add.c
186
(key_only && !sshkey_is_cert(public)) ||
crypto/openssh/ssh-add.c
187
(cert_only && sshkey_is_cert(public))) {
crypto/openssh/ssh-agent.c
1609
if (!sshkey_is_cert(certs[j]))
crypto/openssh/ssh-agent.c
386
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-dss.c
135
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-dss.c
244
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-ecdsa-sk.c
104
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-ecdsa-sk.c
146
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-ecdsa.c
116
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-ecdsa.c
206
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-keygen.c
1854
if (sshkey_is_cert(public))
crypto/openssh/ssh-keygen.c
2212
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-keygen.c
2558
if (sshkey_is_cert(pubkey) && !sshkey_is_cert(privkey)) {
crypto/openssh/ssh-pkcs11-client.c
444
if (!sshkey_is_cert(certpub) || sshkey_is_cert(priv) ||
crypto/openssh/ssh-rsa.c
116
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-rsa.c
224
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-xmss.c
152
if (!sshkey_is_cert(key) &&
crypto/openssh/ssh-xmss.c
177
if (!sshkey_is_cert(key) &&
crypto/openssh/ssh.c
2399
if (!sshkey_is_cert(public)) {
crypto/openssh/ssh.c
2432
if (!sshkey_is_cert(public)) {
crypto/openssh/ssh_api.c
554
(sshkey_is_cert(k->key) && k->key->type ==
crypto/openssh/sshconnect.c
1051
want_cert = sshkey_is_cert(host_key);
crypto/openssh/sshconnect.c
1486
if (sshkey_is_cert(host_key)) {
crypto/openssh/sshconnect.c
1545
if (sshkey_is_cert(plain))
crypto/openssh/sshconnect.c
806
if (key == NULL || sshkey_is_cert(key))
crypto/openssh/sshconnect.c
973
int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0;
crypto/openssh/sshconnect2.c
1340
if (sshkey_is_cert(id->key)) {
crypto/openssh/sshconnect2.c
1706
if (!sshkey_is_cert(key) || key->cert == NULL ||
crypto/openssh/sshd-session.c
594
if (sshkey_is_cert(key)) {
crypto/openssh/sshd-session.c
633
sshkey_is_cert(key))
crypto/openssh/sshd.c
1577
if (!sshkey_is_cert(key)) {
crypto/openssh/sshkey.c
1518
if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0)
crypto/openssh/sshkey.c
1944
if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0)
crypto/openssh/sshkey.c
2188
if (!sshkey_is_cert(k))
crypto/openssh/sshkey.c
2312
if (!sshkey_is_cert(k)) {
crypto/openssh/sshkey.c
2458
if (sshkey_is_cert(key)) {
crypto/openssh/sshkey.c
629
if (sshkey_is_cert(k)) {
crypto/openssh/sshkey.c
660
if (sshkey_is_cert(k))
crypto/openssh/sshkey.c
721
if (sshkey_is_cert(a)) {
crypto/openssh/sshkey.h
226
int sshkey_is_cert(const struct sshkey *);
crypto/openssh/sshsig.c
913
} else if (sigopts->ca && sshkey_is_cert(sign_key) &&