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.c131 delete_stdin(int agent_fd, int qflag, int key_only, int cert_only) in delete_stdin() argument
152 if ((!key_only && !cert_only) || in delete_stdin()
153 (key_only && !sshkey_is_cert(key)) || in delete_stdin()
166 delete_file(int agent_fd, const char *filename, int key_only, in delete_file() argument
174 return delete_stdin(agent_fd, qflag, key_only, cert_only); in delete_file()
180 if ((!key_only && !cert_only) || in delete_file()
181 (key_only && !sshkey_is_cert(public)) || in delete_file()
187 if (key_only) in delete_file()
276 add_file(int agent_fd, const char *filename, int key_only, int cert_only, in add_file() argument
396 if (key_only) in add_file()
[all …]