Home
last modified time | relevance | path

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

/external/openssh/
Dhostfile.h105 int hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx,
Dhostfile.c281 if ((r = hostkeys_foreach(path, record_hostkey, &ctx, host, NULL, in load_hostkeys()
577 if ((r = hostkeys_foreach(filename, host_delete, &ctx, host, ip, in hostfile_replace_entries()
670 hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx, in hostkeys_foreach() function
Dclientloop.c2414 if ((r = hostkeys_foreach(options.user_hostfiles[0], hostkeys_find, in client_input_hostkeys()
DChangeLog2072 known_hosts without fully parsing the keys therein, hostkeys_foreach() will
2903 unit tests for hostfile.c code, just hostkeys_foreach so
2955 Refactor hostkeys_foreach() and dependent code Deal with
3508 ssh-keygen (-H / -R / -F) after hostkeys_foreach() change; feedback and ok
3594 some feedback from markus@: comment hostkeys_foreach()
3603 make ssh-keygen use hostkeys_foreach(). Removes some
3621 introduce hostkeys_foreach() to allow iteration over a
Dssh-keygen.c1186 if ((r = hostkeys_foreach(identity_file, in do_known_hosts()