Searched refs:hostkeys_foreach (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | hostfile.h | 115 int hostkeys_foreach(const char *path,
|
H A D | namespace.h | 48 #define hostkeys_foreach ssh_hostkeys_foreach macro
|
H A D | hostfile.c | 640 if ((r = hostkeys_foreach(filename, host_delete, &ctx, host, ip, in hostfile_replace_entries() 926 hostkeys_foreach(const char *path, hostkeys_foreach_fn *callback, void *ctx, in hostkeys_foreach() function
|
H A D | clientloop.c | 2223 if ((r = hostkeys_foreach(options.user_hostfiles[i], in check_old_keys_othernames() 2535 if ((r = hostkeys_foreach(options.user_hostfiles[i], in client_input_hostkeys()
|
H A D | sshconnect.c | 814 if ((r = hostkeys_foreach(file, hostkeys_find_by_key_cb, ctx, in hostkeys_find_by_key_hostfile()
|