Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssh/dist/
Dssh-add.c133 delete_stdin(int agent_fd, int qflag, int key_only, int cert_only) in delete_stdin() argument
154 if ((!key_only && !cert_only) || in delete_stdin()
155 (key_only && !sshkey_is_cert(key)) || in delete_stdin()
168 delete_file(int agent_fd, const char *filename, int key_only, in delete_file() argument
176 return delete_stdin(agent_fd, qflag, key_only, cert_only); in delete_file()
182 if ((!key_only && !cert_only) || in delete_file()
183 (key_only && !sshkey_is_cert(public)) || in delete_file()
189 if (key_only) in delete_file()
243 add_file(int agent_fd, const char *filename, int key_only, int cert_only, in add_file() argument
397 if (key_only) in add_file()
[all …]