Home
last modified time | relevance | path

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

/external/openssh/
Dhostfile.h65 #define HKF_WANT_PARSE_KEY (1<<1) /* need key parsed */ macro
Dhostfile.c281 HKF_WANT_MATCH|HKF_WANT_PARSE_KEY)) != 0) { in load_hostkeys()
582 HKF_WANT_PARSE_KEY)) != 0) { in hostfile_replace_entries()
780 if ((options & HKF_WANT_PARSE_KEY) != 0) { in hostkeys_foreach()
Dclientloop.c2505 HKF_WANT_PARSE_KEY|HKF_WANT_MATCH)) != 0) { in client_input_hostkeys()
Dssh-keygen.c1234 foreach_options |= print_fingerprint ? HKF_WANT_PARSE_KEY : 0; in do_known_hosts()
/external/openssh/regress/unittests/hostkeys/
Dtest_iterate.c57 int parse_key = (ctx->flags & HKF_WANT_PARSE_KEY) != 0; in check()
979 ctx.flags = HKF_WANT_PARSE_KEY; in test_iterate()
1151 ctx.flags = HKF_WANT_PARSE_KEY; in test_iterate()
1163 ctx.flags = HKF_WANT_MATCH|HKF_WANT_PARSE_KEY; in test_iterate()