Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dssh-add.c157 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
185 if ((!key_only && !cert_only) || in delete_file()
187 (cert_only && sshkey_is_cert(public))) { in delete_file()
377 if (!cert_only && in add_file()
463 int key_only, int cert_only, in update_card() argument
481 cert_only, certs, ncerts)) == 0) { in update_card()
663 cert_only, qflag) == -1) in do_file()
872 cert_only = 1; in main()
[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()