Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshd-auth.c134 static int have_agent = 0; variable
H A Dsshd-session.c151 static int have_agent = 0; variable
H A Dsshd.c1363 int r, opt, do_dump_cfg = 0, keytype, already_daemon, have_agent = 0; in main() local