Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshd-session.c138 static int have_agent = 0; variable
320 if (have_agent) { in privsep_preauth()
324 have_agent = 0; in privsep_preauth()
1069 have_agent = 1; in main()
1082 (have_agent && sensitive_data.host_pubkeys[i] != NULL)) { in main()
H A Dsshd-auth.c132 static int have_agent = 0; variable
678 have_agent = 1; in main()
H A Dsshd.c1356 int r, opt, do_dump_cfg = 0, keytype, already_daemon, have_agent = 0; in main() local
1644 have_agent = 1; in main()
1700 if (key == NULL && pubkey != NULL && have_agent) { in main()
1721 if (have_agent || key != NULL) in main()