Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/ssh/
Dhostfile.h73 #define HKF_WANT_PARSE_KEY (1<<1) /* need key parsed */ macro
Dhostfile.c275 NULL, HKF_WANT_MATCH|HKF_WANT_PARSE_KEY, note)) != 0) { in load_hostkeys_file()
638 HKF_WANT_PARSE_KEY, 0)) != 0) { in hostfile_replace_entries()
856 if ((options & HKF_WANT_PARSE_KEY) != 0) { in hostkeys_foreach_file()
Dclientloop.c2197 HKF_WANT_PARSE_KEY, 0)) != 0) { in check_old_keys_othernames()
2509 HKF_WANT_PARSE_KEY, 0)) != 0) { in client_input_hostkeys()
Dsshconnect.c741 ctx->host, ctx->ip, HKF_WANT_PARSE_KEY, 0)) != 0) { in hostkeys_find_by_key_hostfile()
Dssh-keygen.c1365 foreach_options |= print_fingerprint ? HKF_WANT_PARSE_KEY : 0; in do_known_hosts()
/openbsd/src/regress/usr.bin/ssh/unittests/hostkeys/
Dtest_iterate.c52 int parse_key = (ctx->flags & HKF_WANT_PARSE_KEY) != 0; in check()
882 ctx.flags = HKF_WANT_PARSE_KEY; in test_iterate()
1074 ctx.flags = HKF_WANT_PARSE_KEY; in test_iterate()
1087 ctx.flags = HKF_WANT_MATCH|HKF_WANT_PARSE_KEY; in test_iterate()