Home
last modified time | relevance | path

Searched refs:HKF_WANT_MATCH (Results 1 – 5 of 5) sorted by relevance

/external/openssh/regress/unittests/hostkeys/
Dtest_iterate.c58 const int matching = (ctx->flags & HKF_WANT_MATCH) != 0; in check()
1021 ctx.flags = HKF_WANT_MATCH; in test_iterate()
1032 ctx.flags = HKF_WANT_MATCH; in test_iterate()
1053 ctx.flags = HKF_WANT_MATCH; in test_iterate()
1085 ctx.flags = HKF_WANT_MATCH; in test_iterate()
1096 ctx.flags = HKF_WANT_MATCH; in test_iterate()
1117 ctx.flags = HKF_WANT_MATCH; in test_iterate()
1139 ctx.flags = HKF_WANT_MATCH; in test_iterate()
1163 ctx.flags = HKF_WANT_MATCH|HKF_WANT_PARSE_KEY; in test_iterate()
/external/openssh/
Dhostfile.c281 HKF_WANT_MATCH|HKF_WANT_PARSE_KEY)) != 0) { in load_hostkeys()
688 if (host == NULL && (options & HKF_WANT_MATCH) != 0) in hostkeys_foreach()
711 if ((options & HKF_WANT_MATCH) == 0) { in hostkeys_foreach()
722 if ((options & HKF_WANT_MATCH) == 0) in hostkeys_foreach()
765 if ((options & HKF_WANT_MATCH) != 0 && in hostkeys_foreach()
Dhostfile.h64 #define HKF_WANT_MATCH (1) /* return only matching hosts/addrs */ macro
Dclientloop.c2505 HKF_WANT_PARSE_KEY|HKF_WANT_MATCH)) != 0) { in client_input_hostkeys()
Dssh-keygen.c1233 foreach_options = find_host ? HKF_WANT_MATCH : 0; in do_known_hosts()