Symbol: sshkey_is_cert
crypto/openssh/auth.c
237
if (sshkey_is_cert(key)) {
crypto/openssh/auth2-hostbased.c
215
if (sshkey_is_cert(key) && sshkey_cert_check_host(key, lookup,
crypto/openssh/auth2-hostbased.c
244
if (sshkey_is_cert(key)) {
crypto/openssh/auth2-pubkey.c
179
if (sshkey_is_cert(key))
crypto/openssh/auth2-pubkey.c
525
if (!sshkey_is_cert(key) || options.trusted_user_ca_keys == NULL)
crypto/openssh/auth2-pubkey.c
803
if (sshkey_is_cert(key) &&
crypto/openssh/auth2-pubkeyfile.c
272
int want_keytype = sshkey_is_cert(key) ? KEY_UNSPEC : key->type;
crypto/openssh/auth2-pubkeyfile.c
311
if (sshkey_is_cert(key)) {
crypto/openssh/auth2-pubkeyfile.c
328
sshkey_is_cert(key) ? "CA" : "key", sshkey_type(found), fp);
crypto/openssh/auth2-pubkeyfile.c
331
sshkey_is_cert(key), remote_ip, remote_host, loc) != 0) {
crypto/openssh/auth2-pubkeyfile.c
336
if (!sshkey_is_cert(key)) {
crypto/openssh/authfile.c
416
(check_ca && sshkey_is_cert(key) &&
crypto/openssh/clientloop.c
2512
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
1231
if (!sshkey_is_cert(key))
crypto/openssh/krl.c
1262
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
153
(key_only && !sshkey_is_cert(key)) ||
crypto/openssh/ssh-add.c
154
(cert_only && sshkey_is_cert(key))) {
crypto/openssh/ssh-add.c
181
(key_only && !sshkey_is_cert(public)) ||
crypto/openssh/ssh-add.c
182
(cert_only && sshkey_is_cert(public))) {
crypto/openssh/ssh-add.c
261
if (cert == NULL || cert->cert == NULL || !sshkey_is_cert(cert) ||
crypto/openssh/ssh-agent.c
1625
if (!sshkey_is_cert(certs[j]))
crypto/openssh/ssh-agent.c
402
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
155
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-ecdsa.c
289
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-keygen.c
1809
if (sshkey_is_cert(public))
crypto/openssh/ssh-keygen.c
2167
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-keygen.c
2515
if (sshkey_is_cert(pubkey) && !sshkey_is_cert(privkey)) {
crypto/openssh/ssh-mldsa-eddsa.c
280
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-mldsa-eddsa.c
318
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-pkcs11-client.c
303
if (!sshkey_is_cert(certpub) || sshkey_is_cert(priv) ||
crypto/openssh/ssh-rsa.c
103
if (!sshkey_is_cert(key)) {
crypto/openssh/ssh-rsa.c
241
if (sshkey_is_cert(key)) {
crypto/openssh/ssh.c
2432
if (!sshkey_is_cert(public)) {
crypto/openssh/ssh.c
2464
if (!sshkey_is_cert(public)) {
crypto/openssh/ssh_api.c
557
(!sshkey_is_cert(k->key) ||
crypto/openssh/sshconnect.c
1011
int r, want_cert = sshkey_is_cert(host_key), host_ip_differ = 0;
crypto/openssh/sshconnect.c
1089
want_cert = sshkey_is_cert(host_key);
crypto/openssh/sshconnect.c
1525
if (sshkey_is_cert(host_key)) {
crypto/openssh/sshconnect.c
1585
if (sshkey_is_cert(plain))
crypto/openssh/sshconnect.c
844
if (key == NULL || sshkey_is_cert(key))
crypto/openssh/sshconnect2.c
1351
if (id->agent_fd == -1 && sshkey_is_cert(id->key)) {
crypto/openssh/sshconnect2.c
1721
if (!sshkey_is_cert(key) || key->cert == NULL ||
crypto/openssh/sshd-auth.c
352
if (sshkey_is_cert(key)) {
crypto/openssh/sshd-session.c
504
if (sshkey_is_cert(key)) {
crypto/openssh/sshd-session.c
543
sshkey_is_cert(key))
crypto/openssh/sshd.c
1758
if (!sshkey_is_cert(key)) {
crypto/openssh/sshkey.c
1627
if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0)
crypto/openssh/sshkey.c
2050
if (sshkey_is_cert(key) && (ret = cert_parse(b, key, copy)) != 0)
crypto/openssh/sshkey.c
2297
if (!sshkey_is_cert(k))
crypto/openssh/sshkey.c
2421
if (!sshkey_is_cert(k)) {
crypto/openssh/sshkey.c
2564
if (sshkey_is_cert(key)) {
crypto/openssh/sshkey.c
719
if (sshkey_is_cert(k)) {
crypto/openssh/sshkey.c
792
if (sshkey_is_cert(k))
crypto/openssh/sshkey.c
853
if (sshkey_is_cert(a)) {
crypto/openssh/sshkey.h
215
int sshkey_is_cert(const struct sshkey *);
crypto/openssh/sshsig.c
919
} else if (sigopts->ca && sshkey_is_cert(sign_key) &&