HomeSort by: relevance | last modified time | path
    Searched defs:cert_only (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-add.c 128 delete_stdin(int agent_fd, int qflag, int key_only, int cert_only)
149 if ((!key_only && !cert_only) ||
151 (cert_only && sshkey_is_cert(key))) {
164 int cert_only, int qflag)
171 return delete_stdin(agent_fd, qflag, key_only, cert_only);
177 if ((!key_only && !cert_only) ||
179 (cert_only && sshkey_is_cert(public))) {
258 add_file(int agent_fd, const char *filename, int key_only, int cert_only,
354 if (!cert_only) {
445 int key_only, int cert_only,
830 int r, i, ch, deleting = 0, ret = 0, key_only = 0, cert_only = 0; local
    [all...]
ssh-agent.c 1557 int cert_only = 0; local
1566 NULL, &dest_constraints, &ndest_constraints, &cert_only,
1609 if (!cert_only && lookup_identity(keys[i]) == NULL) {

Completed in 23 milliseconds