Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauthfd.c512 int cert_only, struct sshkey **certs, size_t ncerts) in encode_constraints() argument
572 (r = sshbuf_put_u8(m, cert_only != 0)) != 0 || in encode_constraints()
690 int cert_only, struct sshkey **certs, size_t ncerts) in ssh_update_card() argument
712 cert_only, certs, ncerts)) != 0) in ssh_update_card()
H A Dauthfd.h61 int cert_only, struct sshkey **certs, size_t ncerts);
H A Dssh-agent.c1562 int cert_only = 0; in process_add_smartcard_key() local
1571 NULL, &dest_constraints, &ndest_constraints, &cert_only, in process_add_smartcard_key()
1614 if (!cert_only && lookup_identity(keys[i]) == NULL) { in process_add_smartcard_key()