Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/hostkeys/
H A Dtest_iterate.c55 const int matching = (ctx->flags & HKF_WANT_MATCH) != 0; in check()
831 ctx.flags = HKF_WANT_MATCH; in test_iterate()
843 ctx.flags = HKF_WANT_MATCH; in test_iterate()
866 ctx.flags = HKF_WANT_MATCH; in test_iterate()
902 ctx.flags = HKF_WANT_MATCH; in test_iterate()
914 ctx.flags = HKF_WANT_MATCH; in test_iterate()
939 ctx.flags = HKF_WANT_MATCH; in test_iterate()
963 ctx.flags = HKF_WANT_MATCH; in test_iterate()
990 ctx.flags = HKF_WANT_MATCH|HKF_WANT_PARSE_KEY; in test_iterate()
/freebsd/crypto/openssh/
H A Dhostfile.c277 NULL, HKF_WANT_MATCH|HKF_WANT_PARSE_KEY, note)) != 0) { in load_hostkeys_file()
803 if (host == NULL && (options & HKF_WANT_MATCH) != 0) in hostkeys_foreach_file()
825 if ((options & HKF_WANT_MATCH) == 0) { in hostkeys_foreach_file()
835 if ((options & HKF_WANT_MATCH) == 0) in hostkeys_foreach_file()
845 if ((options & HKF_WANT_MATCH) == 0) in hostkeys_foreach_file()
884 if ((options & HKF_WANT_MATCH) != 0 && in hostkeys_foreach_file()
H A Dhostfile.h72 #define HKF_WANT_MATCH (1) /* return only matching hosts/addrs */ macro
H A Dssh-keygen.c1303 foreach_options = find_host ? HKF_WANT_MATCH : 0; in do_known_hosts()