Searched refs:hostkeys_foreach (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | hostfile.h | 105 int hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx,
|
D | hostfile.c | 281 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
|
D | clientloop.c | 2414 if ((r = hostkeys_foreach(options.user_hostfiles[0], hostkeys_find, in client_input_hostkeys()
|
D | ChangeLog | 2072 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
|
D | ssh-keygen.c | 1186 if ((r = hostkeys_foreach(identity_file, in do_known_hosts()
|