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

  /src/crypto/external/bsd/openssh/dist/
sshd-auth.c 137 static int have_agent = 0; variable
655 have_agent = 1;
sshd-session.c 175 static int have_agent = 0; variable
352 if (have_agent) {
356 have_agent = 0;
1052 have_agent = 1;
1065 (have_agent && sensitive_data.host_pubkeys[i] != NULL)) {
sshd.c 1290 int r, opt, do_dump_cfg = 0, keytype, already_daemon, have_agent = 0; local
1555 have_agent = 1;
1611 if (key == NULL && pubkey != NULL && have_agent) {
1632 if (have_agent || key != NULL)

Completed in 25 milliseconds