Home
last modified time | relevance | path

Searched refs:cert_only (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh-add.c136 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 Dauthfd.c510 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 Dauthfd.h60 int cert_only, struct sshkey **certs, size_t ncerts);
H A Dssh-agent.c1590 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()