Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-add.c136 delete_stdin(int agent_fd, int qflag, int key_only, int cert_only) in delete_stdin() argument
157 if ((!key_only && !cert_only) || in delete_stdin()
158 (key_only && !sshkey_is_cert(key)) || in delete_stdin()
171 delete_file(int agent_fd, const char *filename, int key_only, in delete_file() argument
179 return delete_stdin(agent_fd, qflag, key_only, cert_only); in delete_file()
185 if ((!key_only && !cert_only) || in delete_file()
186 (key_only && !sshkey_is_cert(public)) || in delete_file()
192 if (key_only) in delete_file()
246 add_file(int agent_fd, const char *filename, int key_only, int cert_only, in add_file() argument
400 if (key_only) in add_file()
[all …]