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.c279 HKF_WANT_MATCH|HKF_WANT_PARSE_KEY)) != 0) { in load_hostkeys()
567 HKF_WANT_PARSE_KEY)) != 0) { in hostfile_replace_entries()
767 if ((options & HKF_WANT_PARSE_KEY) != 0) { in hostkeys_foreach()
Dclientloop.c2179 HKF_WANT_PARSE_KEY|HKF_WANT_MATCH)) != 0) { in client_input_hostkeys()
Dssh-keygen.c1334 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()
853 ctx.flags = HKF_WANT_PARSE_KEY; in test_iterate()
1042 ctx.flags = HKF_WANT_PARSE_KEY; in test_iterate()
1055 ctx.flags = HKF_WANT_MATCH|HKF_WANT_PARSE_KEY; in test_iterate()