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.c131 delete_stdin(int agent_fd, int qflag, int key_only, int cert_only) in delete_stdin() argument
152 if ((!key_only && !cert_only) || in delete_stdin()
154 (cert_only && sshkey_is_cert(key))) { in delete_stdin()
167 int cert_only, int qflag) in delete_file() argument
174 return delete_stdin(agent_fd, qflag, key_only, cert_only); in delete_file()
180 if ((!key_only && !cert_only) || in delete_file()
182 (cert_only && sshkey_is_cert(public))) { in delete_file()
276 add_file(int agent_fd, const char *filename, int key_only, int cert_only, in add_file() argument
372 if (!cert_only) { in add_file()
463 int key_only, int cert_only, in update_card() argument
[all …]
H A Dauthfd.c516 int cert_only, struct sshkey **certs, size_t ncerts) in encode_constraints() argument
571 (r = sshbuf_put_u8(m, cert_only != 0)) != 0 || in encode_constraints()
683 int cert_only, struct sshkey **certs, size_t ncerts) in ssh_update_card() argument
705 cert_only, certs, ncerts)) != 0) in ssh_update_card()
H A Dauthfd.h59 int cert_only, struct sshkey **certs, size_t ncerts);
H A Dssh-agent.c1577 int cert_only = 0; in process_add_smartcard_key() local
1586 NULL, &dest_constraints, &ndest_constraints, &cert_only, in process_add_smartcard_key()
1629 if (!cert_only && lookup_identity(keys[i]) == NULL) { in process_add_smartcard_key()