Searched refs:cert_only (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-add.c | 136 delete_stdin(int agent_fd, int qflag, int key_only, int cert_only) in delete_stdin() argument 157 if ((!key_only && !cert_only) || in delete_stdin() 159 (cert_only && sshkey_is_cert(key))) { in delete_stdin() 172 int cert_only, int qflag) in delete_file() argument 179 return delete_stdin(agent_fd, qflag, key_only, cert_only); in delete_file() 185 if ((!key_only && !cert_only) || in delete_file() 187 (cert_only && sshkey_is_cert(public))) { in delete_file() 246 add_file(int agent_fd, const char *filename, int key_only, int cert_only, in add_file() argument 377 if (!cert_only && in add_file() 463 int key_only, int cert_only, in update_card() argument [all …]
|
H A D | authfd.c | 510 int cert_only, struct sshkey **certs, size_t ncerts) in encode_constraints() argument 570 (r = sshbuf_put_u8(m, cert_only != 0)) != 0 || in encode_constraints() 688 int cert_only, struct sshkey **certs, size_t ncerts) in ssh_update_card() argument 710 cert_only, certs, ncerts)) != 0) in ssh_update_card()
|
H A D | authfd.h | 60 int cert_only, struct sshkey **certs, size_t ncerts);
|
H A D | ssh-agent.c | 1590 int cert_only = 0; in process_add_smartcard_key() local 1599 NULL, &dest_constraints, &ndest_constraints, &cert_only, in process_add_smartcard_key() 1642 if (!cert_only && lookup_identity(keys[i]) == NULL) { in process_add_smartcard_key()
|