Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ssh/
H A Dssh-add.c129 delete_stdin(int agent_fd, int qflag, int key_only, int cert_only) in delete_stdin() argument
165 int cert_only, int qflag) in delete_file() argument
239 add_file(int agent_fd, const char *filename, int key_only, int cert_only, in add_file() argument
456 int key_only, int cert_only, in update_card() argument
650 do_file(int agent_fd,int deleting,int key_only,int cert_only,char * file,int qflag,const char * skprovider,struct dest_constraint ** dest_constraints,size_t ndest_constraints) do_file() argument
808 int r, i, ch, deleting = 0, ret = 0, key_only = 0, cert_only = 0; main() local
[all...]
H A Dauthfd.c509 int cert_only, struct sshkey **certs, size_t ncerts) in encode_constraints()
687 int cert_only, struct sshkey **certs, size_t ncerts) in ssh_update_card()
H A Dssh-agent.c1555 int cert_only = 0; process_add_smartcard_key() local